Skip to content

Commit ff2b411

Browse files
authored
chore(release): finalize story 1.1.1 stable release (#486)
finalize story 1.1.1 stable release issue: none
1 parent e2e2657 commit ff2b411

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/buildinfo/buildinfo.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import (
1313
)
1414

1515
const (
16-
VersionMajor = 1 // Major version component of the current release
17-
VersionMinor = 1 // Minor version component of the current release
18-
VersionPatch = 1 // Patch version component of the current release
19-
VersionMeta = "unstable" // Version metadata to append to the version string
16+
VersionMajor = 1 // Major version component of the current release
17+
VersionMinor = 1 // Minor version component of the current release
18+
VersionPatch = 1 // Patch version component of the current release
19+
VersionMeta = "stable" // Version metadata to append to the version string
2020
)
2121

2222
// Version returns the version of the whole story-monorepo and all binaries built from this git commit.

0 commit comments

Comments
 (0)