summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-09-11 17:57:14 -0400
committerMatthew Heon <mheon@redhat.com>2020-09-11 17:57:14 -0400
commitb4717de7bc779a41b7ffc986fbd19cc581e42376 (patch)
tree1b6ff0237b9e13ef54b7ca348924d21e4ab99874 /version
parent25fb0c2b966c193e8c4045e440316850f6f1b889 (diff)
downloadpodman-b4717de7bc779a41b7ffc986fbd19cc581e42376.tar.gz
podman-b4717de7bc779a41b7ffc986fbd19cc581e42376.tar.bz2
podman-b4717de7bc779a41b7ffc986fbd19cc581e42376.zip
Bump to v2.1.0-rc1v2.1.0-rc1
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version')
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index 2e1335d2d..ecc8fcfb7 100644
--- a/version/version.go
+++ b/version/version.go
@@ -4,7 +4,7 @@ package version
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
-const Version = "2.1.0-dev"
+const Version = "2.1.0-rc1"
// APIVersion is the version for the remote
// client API. It is used to determine compatibility