mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-30 17:50:46 +00:00
utils/version: Bump dev version
Bump the development version due to the change in SSH interface.
This commit is contained in:
parent
7e682ed97d
commit
7f5e0f5b4d
@ -21,7 +21,7 @@ from subprocess import Popen, PIPE
|
||||
|
||||
VersionTuple = namedtuple('Version', ['major', 'minor', 'revision', 'dev'])
|
||||
|
||||
version = VersionTuple(1, 2, 1, 'dev1')
|
||||
version = VersionTuple(1, 2, 1, 'dev2')
|
||||
|
||||
|
||||
def get_devlib_version():
|
||||
|
Loading…
x
Reference in New Issue
Block a user