Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Dec 1, 2024
1 parent 062b8d1 commit 79d060d
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 @@ -21,7 +21,7 @@ import (

var (
DoduapiMajor = 1 // Major version also used for prefixing API routes.
DoduapiVersion = fmt.Sprintf("v%d.0.0-rc.8", DoduapiMajor) // change with every release
DoduapiVersion = fmt.Sprintf("v%d.0.0-rc.9", DoduapiMajor) // change with every release
DoduapiShort = "doduapi - Open Dofus Encyclopedia API"
DoduapiLong = ""
DoduapiVersionHelp = DoduapiShort + "\n" + DoduapiVersion + "\nhttps://github.com/dofusdude/doduapi"
Expand Down

0 comments on commit 79d060d

Please sign in to comment.