Skip to content

Commit 877327b

Browse files
committed
v1.4.0 because of static query support
1 parent 30f3dde commit 877327b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
_ "github.com/mattn/go-sqlite3"
1818
)
1919

20-
const version = "1.3.2"
20+
const version = "1.4.0"
2121

2222
func main() {
2323
if err := cmd(os.Args[1:]); err != nil {

0 commit comments

Comments
 (0)