File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ import (
1313)
1414
1515const (
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.
You can’t perform that action at this time.
0 commit comments