Skip to content

Commit dbffeba

Browse files
committed
Release 1.8.0
1 parent 77400cf commit dbffeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828
VersionMajor = 1 // Major version component of the current release
2929
VersionMinor = 8 // Minor version component of the current release
3030
VersionPatch = 0 // Patch version component of the current release
31-
VersionMeta = "beta.2" // Version metadata to append to the version string
31+
VersionMeta = "stable" // Version metadata to append to the version string
3232
)
3333

3434
// Version holds the textual version string.

0 commit comments

Comments
 (0)