Code

sysdb: Use a custom output format instead of pretty-printed JSON.
[sysdb.git] / version-gen.sh
index 35a5414d0908e7e3673f315ef098e55fc2ebd25e..0e4c78f20005c44f853413503503304c53c6341b 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-DEFAULT_VERSION="0.6.0.git"
+DEFAULT_VERSION="0.8.0.git"
 
 VERSION="$( git describe --tags 2> /dev/null \
        | sed -e 's/sysdb-//' || true )"