Sfoglia il codice sorgente

Use PF-build-env 1.0.8

3d-gussner 1 anno fa
parent
commit
4903270ffa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -1,5 +1,5 @@
 #!/bin/bash 
-BUILD_ENV="1.0.7"
+BUILD_ENV="1.0.8"
 SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
 
 if [ ! -d "build-env" ]; then