Skip to content

Commit 77bf596

Browse files
authored
chore(release): finalize story 1.3.2 stable release (#580)
finalize story 1.3.2 stable release issue: none
1 parent ff8362a commit 77bf596

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 = 3 // Minor version component of the current release
18-
VersionPatch = 2 // 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 = 3 // Minor version component of the current release
18+
VersionPatch = 2 // 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)