diff --git a/common/version/version.go b/common/version/version.go index ad62f22ac3..4a2be1fe1e 100644 --- a/common/version/version.go +++ b/common/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.66.0" +const Version = "0.67.0-dev" diff --git a/image/version/version.go b/image/version/version.go index 71a957fc68..e2dd251d2f 100644 --- a/image/version/version.go +++ b/image/version/version.go @@ -6,12 +6,12 @@ const ( // VersionMajor is for an API incompatible changes VersionMajor = 5 // VersionMinor is for functionality in a backwards-compatible manner - VersionMinor = 38 + VersionMinor = 39 // VersionPatch is for backwards-compatible bug fixes VersionPatch = 0 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "" + VersionDev = "-dev" ) // Version is the specification version that the package types support. diff --git a/storage/VERSION b/storage/VERSION index 91951fd8ad..bb55a51f64 100644 --- a/storage/VERSION +++ b/storage/VERSION @@ -1 +1 @@ -1.61.0 +1.62.0-dev