Skip to content

Commit

Permalink
undef version to master
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Mar 21, 2023
1 parent e935b51 commit 3ea4de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// VersionString -- see the makefile
var VersionString = "undefined"
var VersionString = "master"

func main() {
// parse env variables
Expand Down

0 comments on commit 3ea4de2

Please sign in to comment.