CICD Test Version Change

This commit is contained in:
Kerod-Fresenbet-Gebremedhin2660 2025-09-30 16:26:42 +03:00
parent feccbe5269
commit 7377e50a26

View File

@ -61,7 +61,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.dev15", "version": "1.0.dev16-cicdtest",
}) })
}) })