diff --git a/cmd/api/main.go b/cmd/api/main.go index c7738f8..d17f180 100644 --- a/cmd/api/main.go +++ b/cmd/api/main.go @@ -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.