Skip to content

Commit b972aa3

Browse files
Joshua Gutowtrianglesphere
Joshua Gutow
authored andcommitted
Release 1.2.2-beta.2
1 parent b83a577 commit b972aa3

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
@@ -24,7 +24,7 @@ const (
2424
VersionMajor = 1 // Major version component of the current release
2525
VersionMinor = 2 // Minor version component of the current release
2626
VersionPatch = 2 // Patch version component of the current release
27-
VersionMeta = "beta.1" // Version metadata to append to the version string
27+
VersionMeta = "beta.2" // Version metadata to append to the version string
2828
)
2929

3030
type VersionInfo struct {

0 commit comments

Comments
 (0)