diff options
author | Matthew Heon <mheon@redhat.com> | 2020-09-22 14:47:10 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-09-23 13:57:44 -0400 |
commit | ca6fef1e1ce0304fe52d9348bc6ebf9d4d4207de (patch) | |
tree | f147005babb3a5bb2b3c4b1a44d9470524a9550a | |
parent | 1cc9cd704d949db557dbdb4aa32f373361d80af2 (diff) | |
download | podman-ca6fef1e1ce0304fe52d9348bc6ebf9d4d4207de.tar.gz podman-ca6fef1e1ce0304fe52d9348bc6ebf9d4d4207de.tar.bz2 podman-ca6fef1e1ce0304fe52d9348bc6ebf9d4d4207de.zip |
Bump to v2.1.1-dev
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r-- | .cirrus.yml | 2 | ||||
-rw-r--r-- | contrib/spec/podman.spec.in | 2 | ||||
-rw-r--r-- | version/version.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 6f32bf182..aef01689d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,7 +14,7 @@ env: #### Global variables used for all tasks #### # Name of the ultimate destination branch for this CI run, PR or post-merge. - DEST_BRANCH: "master" + DEST_BRANCH: "v2.1" # Overrides default location (/tmp/cirrus) for repo clone GOPATH: "/var/tmp/go" GOBIN: "${GOPATH}/bin" diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 363aa60d7..37cfe28fc 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -42,7 +42,7 @@ Epoch: 99 %else Epoch: 0 %endif -Version: 2.1.0 +Version: 2.1.1 Release: #COMMITDATE#.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 diff --git a/version/version.go b/version/version.go index 0fbb22ff6..7e9908f97 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") +var Version = semver.MustParse("2.1.1-dev") // APIVersion is the version for the remote // client API. It is used to determine compatibility |