changed version to v1.0.4

This commit is contained in:
Samuel Tariku 2025-11-06 19:15:39 +03:00
parent a5565c0590
commit 7804ffae03

View File

@ -63,7 +63,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.0.3", "version": "1.0.4",
}) })
}) })