diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-09-25 16:21:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 16:21:45 -0400 |
commit | e1f10c6094c7aefd1081e9d73c43d25116184ae4 (patch) | |
tree | f28970f714195dc42a823256e0f13b2c3a11b077 /Makefile | |
parent | 63379c213325188a492d33981a6a525a19048d40 (diff) | |
parent | 8a8c44915f21f996e9000a7c60183fecfbb260b6 (diff) | |
download | podman-e1f10c6094c7aefd1081e9d73c43d25116184ae4.tar.gz podman-e1f10c6094c7aefd1081e9d73c43d25116184ae4.tar.bz2 podman-e1f10c6094c7aefd1081e9d73c43d25116184ae4.zip |
Merge pull request #1545 from mheon/bump-0.9.3.1
Bump to v0.9.3.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ GO ?= go DESTDIR ?= / -EPOCH_TEST_COMMIT ?= 58e6395e9801acb29483dc7d7836952d2116106d +EPOCH_TEST_COMMIT ?= 63379c213325188a492d33981a6a525a19048d40 HEAD ?= HEAD CHANGELOG_BASE ?= HEAD~ CHANGELOG_TARGET ?= HEAD |