We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5470c commit cad63dcCopy full SHA for cad63dc
Makefile
@@ -3,7 +3,7 @@
3
#
4
PROJECT = datatools
5
6
-VERSION = $(shell grep -m1 'Version = ' $(PROJECT).go | cut -d\" -f 2)
+VERSION = $(shell grep -m1 'Version = ' $(PROJECT).go | cut -d\` -f 2)
7
8
BRANCH = $(shell git branch | grep '* ' | cut -d\ -f 2)
9
0 commit comments