Skip to content

Commit b448955

Browse files
committed
Update currentrelease for 3.13.0
1 parent 5626f66 commit b448955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func connectDatabase() {
196196

197197
// currentReleaseHandler serves the "current release" information to users
198198
func currentReleaseHandler(c *gin.Context) {
199-
resp := "3.12.2\nhttps://sqlitebrowser.org/blog/version-3-12-2-released\n"
199+
resp := "3.13.0\nhttps://sqlitebrowser.org/blog/version-3-13-0-released\n"
200200
c.String(200, resp)
201201
}
202202

0 commit comments

Comments
 (0)