Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
man90es authored Aug 29, 2024
1 parent 754f6d6 commit 9d3361d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/getStatus.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

var initTime = time.Now()
var version = "1.9.0"
var version = "1.9.1"

func getStatus(w http.ResponseWriter, r *http.Request) {
json.NewEncoder(w).Encode(map[string]interface{}{
Expand Down

0 comments on commit 9d3361d

Please sign in to comment.