chore(server): add +git to the version

we need to automate this but make sure versions built from git have
+git after the version number.
This commit is contained in:
Brandon Philips 2014-02-12 22:00:38 -08:00
parent c423f38700
commit db1b53fde7

View File

@ -1,3 +1,3 @@
package server
const ReleaseVersion = "v0.3.0"
const ReleaseVersion = "v0.3.0+git"