Skip to content

Commit 01e98cc

Browse files
authored
Merge pull request #401 from TomSweeneyRedHat/dev/tsweeney_5.7.3_dance
Bump everything to -dev
2 parents 3a11b17 + 01a9a52 commit 01e98cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version is the version of the build.
4-
const Version = "0.66.0"
4+
const Version = "0.67.0-dev"

image/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

storage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.61.0
1+
1.62.0-dev

0 commit comments

Comments
 (0)