We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 812fc5b + f1286ee commit 7872490Copy full SHA for 7872490
specs-go/version.go
@@ -22,7 +22,7 @@ const (
22
// VersionMinor is for functionality in a backwards-compatible manner
23
VersionMinor = 1
24
// VersionPatch is for backwards-compatible bug fixes
25
- VersionPatch = 0
+ VersionPatch = 1
26
27
// VersionDev indicates development branch. Releases will be empty string.
28
VersionDev = "+dev"
0 commit comments