Explorar el Código

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 hace 12 años
padre
commit
db1b53fde7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"