Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphg6 committed Apr 19, 2022
1 parent 67f4932 commit 1cb8856
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 @@ -45,7 +45,7 @@ func main() {
log.Warnln("Não foram carregadas regras default!")
}

monitor, err := ginMonitor.New("v1.0.0", ginMonitor.DefaultErrorMessageKey, ginMonitor.DefaultBuckets)
monitor, err := ginMonitor.New("v0.3.1-rc1", ginMonitor.DefaultErrorMessageKey, ginMonitor.DefaultBuckets)
if err != nil {
log.Panic(err)
}
Expand Down

0 comments on commit 1cb8856

Please sign in to comment.