Skip to content

Commit e1260e3

Browse files
Mariano Cortesitimmoreton
authored andcommitted
Release 1.0.1
1 parent 5ad7f3c commit e1260e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

params/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import (
2121
)
2222

2323
const (
24-
VersionMajor = 1 // Major version component of the current release
25-
VersionMinor = 0 // Minor version component of the current release
26-
VersionPatch = 1 // Patch version component of the current release
27-
VersionMeta = "unstable" // Version metadata to append to the version string
24+
VersionMajor = 1 // Major version component of the current release
25+
VersionMinor = 0 // Minor version component of the current release
26+
VersionPatch = 1 // Patch version component of the current release
27+
VersionMeta = "stable" // Version metadata to append to the version string
2828
)
2929

3030
type VersionInfo struct {

0 commit comments

Comments
 (0)