Created
August 30, 2017 15:40
-
-
Save akutz/74b3c4f3ed9be559789a0b5f7cad0b6c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GOOS ?= darwin | |
GOARCH ?= amd64 | |
OS ?= Darwin | |
ARCH ?= x86_64 | |
MAJOR ?= 0 | |
MINOR ?= 9 | |
PATCH ?= 2 | |
BUILD ?= 867 | |
NOTES ?= | |
DIRTY ?= true | |
SHA7 ?= d5e33815 | |
SHA32 ?= d5e338150d16352c4e8f8cd4d9e5ae41f2762ac2 | |
EPOCH ?= 1504058620 | |
SEMVER ?= 0.9.2+867+dirty | |
SEMVER_RPM ?= 0.9.2+867+dirty | |
BUILD_DATE ?= Tue, 29 Aug 2017 21:03:40 CDT | |
RELEASE_DATE ?= 17-08-29 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment