#940: Update OGAgent version number

remotes/github/python3
Ramón M. Gómez 2020-04-29 12:57:24 +02:00
parent 8f3a5704d1
commit aa9ea5dec9
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.1.1b
1.2.0

View File

@ -41,7 +41,7 @@ try:
with open('../VERSION', 'r') as v:
VERSION = v.read().strip()
except IOError:
VERSION = '1.1.1b'
VERSION = '1.2.0'
__title__ = 'OpenGnsys Agent'
__version__ = VERSION