diff options
author | Brent Baude <bbaude@redhat.com> | 2018-02-23 13:04:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 13:04:12 -0600 |
commit | 1d9539337b7140f4631812a24f07a11540523c61 (patch) | |
tree | 6ce370724f698a36072de5dc3a4fba157f3adf43 | |
parent | e97ca5bd38045a818e94cb11571fa4120dffcdae (diff) | |
parent | 3a8764a9c9da6be4c8803a4c5d1e4b70cac00755 (diff) | |
download | podman-1d9539337b7140f4631812a24f07a11540523c61.tar.gz podman-1d9539337b7140f4631812a24f07a11540523c61.tar.bz2 podman-1d9539337b7140f4631812a24f07a11540523c61.zip |
Merge pull request #396 from mheon/bump_022
Bump version to 0.2.2 and dev version to 0.2.3-dev
-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 5b6ae6681..332f1c0f2 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.2.2-dev" +const Version = "0.2.3-dev" |