change version

This commit is contained in:
Samuel Tariku 2025-06-30 19:01:04 +03:00
parent 317a22ca07
commit a48cfa4db2

View File

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