From 88f71be0c441fab66da22adf15702a128352bda4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 31 Mar 2025 15:26:59 +0000 Subject: [PATCH] Update version to 1.0.1 --- 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 61afed1..c7738f8 100644 --- a/cmd/api/main.go +++ b/cmd/api/main.go @@ -18,7 +18,7 @@ import ( "go.uber.org/zap" ) -const version = "" +const version = "1.0.1" // @title LK API Template // @description This is a template for building APIs with Go, Chi, and Swagger.