Skip to content

Commit cad63dc

Browse files
committed
Standardize version number string
1 parent be5470c commit cad63dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
PROJECT = datatools
55

6-
VERSION = $(shell grep -m1 'Version = ' $(PROJECT).go | cut -d\" -f 2)
6+
VERSION = $(shell grep -m1 'Version = ' $(PROJECT).go | cut -d\` -f 2)
77

88
BRANCH = $(shell git branch | grep '* ' | cut -d\ -f 2)
99

0 commit comments

Comments
 (0)