Skip to content

Commit 4ece076

Browse files
committed
v1.3.1 because of Access-Control-Allow-Origin: *
1 parent 1c27c67 commit 4ece076

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

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

0 commit comments

Comments
 (0)