diff options
author | Matthew Heon <matthew.heon@pm.me> | 2021-01-29 15:37:40 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2021-01-29 15:37:40 -0500 |
commit | c1f05be4d7ac31c741a9ea542e284d731c6544a1 (patch) | |
tree | 63f32aeeb816a637e9406217a4044ff91031cd31 /version | |
parent | 510a983a752a136a5df0bdbff9d14db0490956b2 (diff) | |
download | podman-c1f05be4d7ac31c741a9ea542e284d731c6544a1.tar.gz podman-c1f05be4d7ac31c741a9ea542e284d731c6544a1.tar.bz2 podman-c1f05be4d7ac31c741a9ea542e284d731c6544a1.zip |
Bump to v3.0.0-dev
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'version')
-rw-r--r-- | version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go index f6c578afa..0bba0147b 100644 --- a/version/version.go +++ b/version/version.go @@ -8,7 +8,7 @@ import ( // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -var Version = semver.MustParse("3.0.0-rc2") +var Version = semver.MustParse("3.0.0-dev") // APIVersion is the version for the remote // client API. It is used to determine compatibility |