From 6aa3870a5cff9226d9e9bc9b5c453e72845ec670 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 31 Mar 2025 18:05:01 +0000 Subject: [PATCH] Update version to 1.0.2 --- cmd/api/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.