Skip to content

Commit 3a2d7e4

Browse files
authored
Fix: update the comment with the VERSION (#165)
Signed-off-by: Daniel Hu <[email protected]>
1 parent daf8c1c commit 3a2d7e4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

internal/pkg/version/version.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package version
22

3-
// VERSION is the version of DevStream (from -ldflags of Makefile, if miss, 0.0.1 is default version).
3+
// VERSION is the version of DevStream.
4+
// Assignment by `go build -ldflags ...` command. See the Makefile for more info.
45
var VERSION string
5-
6-
// REVISION is the revision of DevStream.
7-
var REVISION = "unknown"

0 commit comments

Comments
 (0)