Skip to content

Commit

Permalink
[prices] added percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
DictumMortuum committed Jan 1, 2025
1 parent ba47d22 commit 3c0bcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/servus-prices/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func Version(c *gin.Context) {
rs := map[string]any{
"version": "v0.0.10",
"version": "v0.0.11",
}
c.AbortWithStatusJSON(200, rs)
}
Expand Down

0 comments on commit 3c0bcfe

Please sign in to comment.