Skip to content

Commit b499075

Browse files
committed
bumped pre-release number to v0.0.24, compiling against cli v0.0.8 or better required
1 parent 7afddd0 commit b499075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ bin/csvcleaner$(EXT): datatools.go cmds/csvcleaner/csvcleaner.go
8989
bin/string$(EXT): datatools.go cmds/string/string.go
9090
go build -o bin/string$(EXT) cmds/string/string.go
9191

92-
test:
92+
test: build
9393
go test
9494
bash test_cmds.bash
9595

datatools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
)
3535

3636
const (
37-
Version = `v0.0.23-pre`
37+
Version = `v0.0.24-pre`
3838

3939
LicenseText = `
4040
%s %s

0 commit comments

Comments
 (0)