1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

fw/version: Version bump for minor fixes

This commit is contained in:
Marc Bonnici 2019-01-08 15:48:32 +00:00
parent 0ea9e2fb63
commit e312efc113

View File

@ -21,7 +21,7 @@ from subprocess import Popen, PIPE
VersionTuple = namedtuple('Version', ['major', 'minor', 'revision'])
version = VersionTuple(3, 1, 'dev1')
version = VersionTuple(3, 1, 1)
def get_wa_version():