diff options
author | Matthew Heon <mheon@redhat.com> | 2021-02-08 09:18:55 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-02-08 09:22:56 -0500 |
commit | b30100feabb92ad0c56a11c9dd5d357d18a1e121 (patch) | |
tree | e2246f42cb5241cc243fbec178324482c211d4a3 | |
parent | 17338e841bfe53e476718ce544b5deab2bc26b64 (diff) | |
download | podman-b30100feabb92ad0c56a11c9dd5d357d18a1e121.tar.gz podman-b30100feabb92ad0c56a11c9dd5d357d18a1e121.tar.bz2 podman-b30100feabb92ad0c56a11c9dd5d357d18a1e121.zip |
Bump to v3.0.0-dev
Signed-off-by: Matthew Heon <mheon@redhat.com>
-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 836a156ac..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-rc3") +var Version = semver.MustParse("3.0.0-dev") // APIVersion is the version for the remote // client API. It is used to determine compatibility |