Skip to content

Commit a8c9755

Browse files
author
Andrew Pennebaker
committed
bump to v0.0.2
1 parent 00be5aa commit a8c9755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
// Version is semver.
16-
const Version = "0.0.1"
16+
const Version = "0.0.2"
1717

1818
// Prql recursively scans a directory or file path for SQL scripts.
1919
// On successful parsing of all files, returns nil.

0 commit comments

Comments
 (0)