chore: changed the verison to v1.0dev13.1

This commit is contained in:
Samuel Tariku 2025-09-03 03:22:00 +03:00
parent cc31c6660e
commit 180a940b58

View File

@ -58,7 +58,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.0.dev13",
"version": "1.0.dev13.1",
})
})