mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 03:56:04 +00:00
fw/version: Verion Bump to v3.1.0
This commit is contained in:
parent
d9e16bfebd
commit
e187e7efd6
@ -21,7 +21,7 @@ from subprocess import Popen, PIPE
|
||||
|
||||
VersionTuple = namedtuple('Version', ['major', 'minor', 'revision'])
|
||||
|
||||
version = VersionTuple(3, 0, 'dev1')
|
||||
version = VersionTuple(3, 1, 0)
|
||||
|
||||
|
||||
def get_wa_version():
|
||||
|
Loading…
Reference in New Issue
Block a user