Skip to content

Commit de21e48

Browse files
committed
remove dev from meta version
1 parent 3f86ba1 commit de21e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
VersionMajor = 2 // Major version component of the current release
99
VersionMinor = 0 // Minor version component of the current release
1010
VersionPatch = 2 // Patch version component of the current release
11-
VersionMeta = "dev" // Version metadata to append to the version string
11+
VersionMeta = "" // Version metadata to append to the version string
1212
)
1313

1414
// Version holds the textual version string.

0 commit comments

Comments
 (0)