Update version to 1.0.2

This commit is contained in:
GitHub Action
2025-03-31 18:05:01 +00:00
parent 3d07ebefee
commit 6aa3870a5c
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"go.uber.org/zap"
)
const version = "1.0.1"
const version = "1.0.2"
// @title LK API Template
// @description This is a template for building APIs with Go, Chi, and Swagger.