We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6002b14 commit f96758fCopy full SHA for f96758f
1 file changed
buildfile
@@ -1,6 +1,6 @@
1
# Generated by Buildr 1.2.10, change to your liking
2
# Version number for this release
3
-VERSION_NUMBER = "2.0.2"
+VERSION_NUMBER = `git describe`.strip
4
# Version number for the next release
5
NEXT_VERSION = VERSION_NUMBER
6
# Group identifier for your projects
0 commit comments