Code

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