diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 14:27:53 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 14:27:53 +0200 |
commit | 994e4133f431fc1bbfcd3f2f76f92a09ecda541d (patch) | |
tree | 1109d7f6c0172cdb48080c6e6a533e546a90bb36 | |
parent | f3499a31f648f2fe535491930e34347f71759480 (diff) |
#959: Defining new development version.
-rw-r--r-- | doc/VERSION.json | 6 | ||||
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/VERSION.json b/doc/VERSION.json index 8f4d48ec..c1e7e111 100644 --- a/doc/VERSION.json +++ b/doc/VERSION.json @@ -1,7 +1,7 @@ { "project": "OpenGnsys", - "version": "1.1.1b", - "codename": "Espeto", - "definition": "http://www.andalucia.com/gastronomy/espeto.htm", + "version": "1.2.0", + "codename": "", + "definition": "", "release": "" } diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 87acf220..d9cf7a82 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -132,7 +132,7 @@ function globalSetup () else REMOTE=1 fi - BRANCH="opengnsys-1.1.1b" + BRANCH="master" CODE_URL="https://codeload.github.com/opengnsys/OpenGnsys/zip/$BRANCH" API_URL="https://api.github.com/repos/opengnsys/OpenGnsys" |