1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Version bump

This commit is contained in:
Zack Scholl 2017-03-22 20:41:38 -06:00
parent 4558c48cdf
commit c0d87c752c

View File

@ -3,7 +3,7 @@ SOURCES := $(shell find $(SOURCEDIR) -name '*.go')
BINARY=cowyo
VERSION=1.1.0
VERSION=1.1.2
BUILD_TIME=`date +%FT%T%z`
BUILD=`git rev-parse HEAD`