Browse Source

Set new base version v2020.1.3 as default

Michael Schwarz 3 years ago
parent
commit
23e36a58eb
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="v2020.1.1"
+DEFAULT_BASE="v2020.1.3"
 DEFAULT_BRANCH="experimental"
 MY_DIR=$(dirname $0)
 MY_DIR=$(readlink -f "${MY_DIR}")