forked from ungleich-public/cdist
++version
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
78181f2a4d
commit
c4aa68cfc1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ try:
|
||||||
'cd "%s" && git describe' % here,
|
'cd "%s" && git describe' % here,
|
||||||
stderr=devnull, shell=True).decode('utf-8')
|
stderr=devnull, shell=True).decode('utf-8')
|
||||||
except:
|
except:
|
||||||
VERSION = "2.0.11"
|
VERSION = "2.0.12"
|
||||||
|
|
||||||
BANNER = """
|
BANNER = """
|
||||||
.. . .x+=:. s
|
.. . .x+=:. s
|
||||||
|
|
Loading…
Reference in a new issue