Skip to content

Commit cee56eb

Browse files
committed
v1.3.2 because of X-Content-Type-Options: nosniff
1 parent 3c096ba commit cee56eb

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.1"
20+
const version = "1.3.2"
2121

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

0 commit comments

Comments
 (0)