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

Bump version in Makefile

This commit is contained in:
Zack Scholl 2017-03-22 21:43:47 -06:00
parent a3d1b822e4
commit c8e237c3c5

View File

@ -1,4 +1,4 @@
VERSION=0.1.1
VERSION=2.0.0
LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}"
.PHONY: build