diff options
author | Matthew Heon <mheon@redhat.com> | 2020-09-22 11:15:41 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-09-22 11:15:41 -0400 |
commit | d8868746fd3f45b9bfd79e37bf2aa0c7103245fd (patch) | |
tree | a6759c26ef80641f43f61431a2a93c63b3982a6d /version | |
parent | b05bdfd970505b615494d88939a6b22afd1fda77 (diff) | |
download | podman-d8868746fd3f45b9bfd79e37bf2aa0c7103245fd.tar.gz podman-d8868746fd3f45b9bfd79e37bf2aa0c7103245fd.tar.bz2 podman-d8868746fd3f45b9bfd79e37bf2aa0c7103245fd.zip |
Bump to v2.1.0v2.1.0
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version')
-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 df2e4f2ba..0fbb22ff6 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("2.1.0-dev") +var Version = semver.MustParse("2.1.0") // APIVersion is the version for the remote // client API. It is used to determine compatibility |