Browse Source

Update base version to 2018.2.2

Michael Schwarz 4 years ago
parent
commit
5a7e39f391
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="v2018.2"
+DEFAULT_BASE="v2018.2.2"
 DEFAULT_BRANCH="experimental"
 MY_DIR=$(dirname $0)
 MY_DIR=$(readlink -f "${MY_DIR}")