File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11package version
22
33// Version is the version of the build.
4- const Version = "0.66.0 "
4+ const Version = "0.67.0-dev "
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ const (
66 // VersionMajor is for an API incompatible changes
77 VersionMajor = 5
88 // VersionMinor is for functionality in a backwards-compatible manner
9- VersionMinor = 38
9+ VersionMinor = 39
1010 // VersionPatch is for backwards-compatible bug fixes
1111 VersionPatch = 0
1212
1313 // VersionDev indicates development branch. Releases will be empty string.
14- VersionDev = ""
14+ VersionDev = "-dev "
1515)
1616
1717// Version is the specification version that the package types support.
Original file line number Diff line number Diff line change 1- 1.61.0
1+ 1.62.0-dev
You can’t perform that action at this time.
0 commit comments