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 (
13
13
)
14
14
15
15
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
20
20
)
21
21
22
22
// 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