Skip to content

Commit

Permalink
Update currentrelease for 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Aug 24, 2024
1 parent 5626f66 commit b448955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func connectDatabase() {

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

Expand Down

0 comments on commit b448955

Please sign in to comment.