We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf8c1c commit 3a2d7e4Copy full SHA for 3a2d7e4
internal/pkg/version/version.go
@@ -1,7 +1,5 @@
1
package version
2
3
-// VERSION is the version of DevStream (from -ldflags of Makefile, if miss, 0.0.1 is default version).
+// VERSION is the version of DevStream.
4
+// Assignment by `go build -ldflags ...` command. See the Makefile for more info.
5
var VERSION string
-
6
-// REVISION is the revision of DevStream.
7
-var REVISION = "unknown"
0 commit comments