Skip to content

Commit

Permalink
feat: v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ravener committed Feb 8, 2023
1 parent 4a102b7 commit 07df1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
var uptime int64

// XXX: Keep this version updated.
const VERSION = "1.2.4"
const VERSION = "1.2.5"

// Stats returns some information about the API Server process, like how much memory it uses.
func Stats(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit 07df1f0

Please sign in to comment.