fix: update API version to 1.0dev8

This commit is contained in:
Samuel Tariku 2025-07-02 23:22:12 +03:00
parent 1a5b545f37
commit ebc3d11f3d

View File

@ -57,7 +57,7 @@ func (a *App) initAppRoutes() {
a.fiber.Get("/", func(c *fiber.Ctx) error {
return c.JSON(fiber.Map{
"message": "Welcome to the FortuneBet API",
"version": "1.0dev7.5",
"version": "1.0dev8",
})
})