forked from ungleich-public/cdist
make version dynamic from git
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
30730a3ccc
commit
a7ab994bc8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
# Fail if something bogus is going on and export all variables
|
||||
set -u
|
||||
|
||||
__cdist_version="1.0.0"
|
||||
__cdist_version="$(git describe)"
|
||||
|
||||
################################################################################
|
||||
# cconf standard vars prefixed with cdist
|
||||
|
|
Loading…
Reference in a new issue