Skip to content

Commit

Permalink
fix dev version build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Dec 27, 2021
1 parent 0779b3e commit 4ea4bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/version/dev.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// +build release
//go:build !release
// +build !release

package version

const Version = "v1.21.0-b4044156-dev"

const VersionGitRef = "b4044156"

0 comments on commit 4ea4bfb

Please sign in to comment.