Skip to content

Commit 15786ae

Browse files
committed
bump api version
1 parent 3cebd50 commit 15786ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func Run(hostname string, port int) {
1818
router.Use(ginlogrus.Logger(general.Log), gin.Recovery())
1919

2020
router.GET("/", func(ctx *gin.Context) {
21-
ctx.JSON(http.StatusOK, gin.H{"name": "defintly API", "version": "2.0.0"})
21+
ctx.JSON(http.StatusOK, gin.H{"name": "defintly API", "version": "2.0.1"})
2222
})
2323

2424
initCategoryRoutes(router)

0 commit comments

Comments
 (0)