diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-06-16 12:26:06 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-06-16 12:26:06 +0200 |
commit | 1de0d12de96289350780e7dd34905ab2e9fbec88 (patch) | |
tree | 87a68b5d0232565793631a08e0ed830bc4eccf26 /doc | |
parent | 7e71f1fe5033bc6a84c34577c682ee1f4ac3f4a6 (diff) |
#984: Installer and updater download the OGAgent tarball defined in the version file.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/VERSION.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/VERSION.json b/doc/VERSION.json index 13d23c33..70998abf 100644 --- a/doc/VERSION.json +++ b/doc/VERSION.json @@ -1,7 +1,8 @@ { "project": "OpenGnsys", - "version": "1.1.1c", - "codename": "Espeto", - "definition": "http://www.andalucia.com/gastronomy/espeto.htm", - "release": "" + "version": "1.2.0", + "codename": "", + "definition": "", + "release": "", + "ogagent": "1.1.1b" } |