From 2a69a96ae720471c103ded76133b11524a9a7f19 Mon Sep 17 00:00:00 2001 From: Kyungeun Park <63892989+parkgang@users.noreply.github.com> Date: Tue, 23 Nov 2021 21:48:20 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A1=9C=EA=B7=B8=EB=9E=A8=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EC=97=85=20(#21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/pkg/project/project.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/project/project.go b/internal/pkg/project/project.go index 11efef9..c71a977 100644 --- a/internal/pkg/project/project.go +++ b/internal/pkg/project/project.go @@ -2,5 +2,5 @@ package project const ( AppName string = "oauth-server" - AppVersion string = "0.3.0" + AppVersion string = "0.4.0" )