Sfoglia il codice sorgente

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.
Brandon Philips 12 anni fa
parent
commit
db1b53fde7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      server/release_version.go

+ 1 - 1
server/release_version.go

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