Browse Source

Change base version to 2021.1.2

Michael Schwarz 2 years ago
parent
commit
a136ede3fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -30,7 +30,7 @@
 . functions.sh
 
 ### static variables
-DEFAULT_BASE="v2021.1.1"
+DEFAULT_BASE="v2021.1.2"
 DEFAULT_BRANCH="experimental"
 MY_DIR=$(dirname $0)
 MY_DIR=$(readlink -f "${MY_DIR}")