summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-02-08 09:18:55 -0500
committerMatthew Heon <mheon@redhat.com>2021-02-08 09:22:56 -0500
commitb30100feabb92ad0c56a11c9dd5d357d18a1e121 (patch)
treee2246f42cb5241cc243fbec178324482c211d4a3
parent17338e841bfe53e476718ce544b5deab2bc26b64 (diff)
downloadpodman-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.go2
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