Code

postgresql plugin: Don't try to restart a failed transaction when there's none.
[collectd.git] / version-gen.sh
index 23c471d4ad5bdd5d9cf68a3ea0fdd918ea24b7e3..97a27a0d75f6bf3adb19cafe27622503eda72c21 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-DEFAULT_VERSION="5.0.3.git"
+DEFAULT_VERSION="5.1.0.git"
 
 VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"