summaryrefslogtreecommitdiff
path: root/version/version.go
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-05-29 10:32:22 -0400
committerMatthew Heon <mheon@redhat.com>2020-05-29 10:32:22 -0400
commitd4a3c05c0fcd0c53fafda09a682435212b68a68f (patch)
tree12b2ad17ab0f7e24f5e647584e4333ef832ec970 /version/version.go
parent78c38460eb8ba9190d414f2da6a1414990cc6cfd (diff)
downloadpodman-d4a3c05c0fcd0c53fafda09a682435212b68a68f.tar.gz
podman-d4a3c05c0fcd0c53fafda09a682435212b68a68f.tar.bz2
podman-d4a3c05c0fcd0c53fafda09a682435212b68a68f.zip
Bump to v2.0.0-rc3v2.0.0-rc3
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version/version.go')
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index 4c7202e77..b4174332f 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.0.0-dev"
+const Version = "2.0.0-rc3"
// APIVersion is the version for the remote
// client API. It is used to determine compatibility