diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-19 02:26:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 02:26:27 +0200 |
commit | 240b84620e59f838a61ff3a254ef16f5c4358f12 (patch) | |
tree | 02b60381678346ecbd8adc6920bca6038c533148 /Makefile | |
parent | 5df8178c995fe6422f0fed258cd65f6cbcf26f2e (diff) | |
parent | 6a9d2c0991f1a5bce2cea6fbd7d3634750ac056f (diff) | |
download | podman-240b84620e59f838a61ff3a254ef16f5c4358f12.tar.gz podman-240b84620e59f838a61ff3a254ef16f5c4358f12.tar.bz2 podman-240b84620e59f838a61ff3a254ef16f5c4358f12.zip |
Merge pull request #3371 from mheon/bump-1.4.2
Bump to v1.4.2
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 ?= 90e3c9002b2293569e0cec168a30ecb962b00034 +EPOCH_TEST_COMMIT ?= 5df8178c995fe6422f0fed258cd65f6cbcf26f2e HEAD ?= HEAD CHANGELOG_BASE ?= HEAD~ CHANGELOG_TARGET ?= HEAD |