Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce773cb commit c4ee7d1Copy full SHA for c4ee7d1
specs-go/version.go
@@ -8,10 +8,10 @@ const (
8
// VersionMinor is for functionality in a backwards-compatible manner
9
VersionMinor = 0
10
// VersionPatch is for backwards-compatible bug fixes
11
- VersionPatch = 1
+ VersionPatch = 2
12
13
// VersionDev indicates development branch. Releases will be empty string.
14
- VersionDev = "-dev"
+ VersionDev = ""
15
)
16
17
// Version is the specification version that the package types support.
0 commit comments