mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-15 07:10:56 +01: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'])
|
VersionTuple = namedtuple('Version', ['major', 'minor', 'revision'])
|
||||||
|
|
||||||
version = VersionTuple(3, 0, 'dev1')
|
version = VersionTuple(3, 1, 0)
|
||||||
|
|
||||||
|
|
||||||
def get_wa_version():
|
def get_wa_version():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user