From ff54e1cc2d9736c25be5173d895094e56be3a0d5 Mon Sep 17 00:00:00 2001 From: jwkim Date: Tue, 2 Dec 2025 14:45:45 +0900 Subject: [PATCH] relarse 0.2.0 --- main_rest/app/common/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_rest/app/common/consts.py b/main_rest/app/common/consts.py index dd929a4..2b3f097 100644 --- a/main_rest/app/common/consts.py +++ b/main_rest/app/common/consts.py @@ -15,7 +15,7 @@ SUPPORT_PROJECT_BASIC = 'PROJECT_BASIC' PROJECT_NAME = 'K_EYEWEAR' SW_TITLE= f'{PROJECT_NAME} - REST API' -SW_VERSION = '0.1.0' +SW_VERSION = '0.2.0' SW_DESCRIPTION = f''' ### K_EYEWEAR REST API