Skip to content

Commit aeb1c48

Browse files
authored
chore(release): finalize story 1.2.0 stable release (#530)
finalize story 1.2.0 stable release issue: none
1 parent 77804f6 commit aeb1c48

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