Fixes issue 125
@ -1,4 +1,4 @@
GITREV=`git describe --tags | cut -c 2-`
GITREV=`git describe | cut -c 2-`
LDFLAGS=-ldflags="-X 'github.com/writeas/writefreely.softwareVer=$(GITREV)'"
GOCMD=go