aboutsummaryrefslogtreecommitdiff
path: root/version/version.go
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-06-19 15:48:14 -0400
committerMatthew Heon <mheon@redhat.com>2020-06-19 15:48:14 -0400
commiteec482cae3289ecaad45c602629657da7062ce9c (patch)
tree0e4ef4abc9756fd151447ab1ef05ad972f2e49a2 /version/version.go
parent64ba7236300da0ace313a3f0105693177898f363 (diff)
downloadpodman-eec482cae3289ecaad45c602629657da7062ce9c.tar.gz
podman-eec482cae3289ecaad45c602629657da7062ce9c.tar.bz2
podman-eec482cae3289ecaad45c602629657da7062ce9c.zip
Bump to v2.0.0v2.0.0
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..39d9aa7e0 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"
// APIVersion is the version for the remote
// client API. It is used to determine compatibility