From 9925457e1970c8a7da6aecac92d052d52d250d31 Mon Sep 17 00:00:00 2001 From: Adrian Finantyo Date: Fri, 22 Sep 2023 14:52:05 +0700 Subject: [PATCH] refactor: change the app versioning semantic --- CHANGELOG.md | 2 +- utils/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a0829..b005338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file. - `There is no bug fixed yet` -## v1.0.0 - [2023-09-22] +## v0.1.0 - [2023-09-22] ### Added diff --git a/utils/const.go b/utils/const.go index 918a4a4..61f98eb 100644 --- a/utils/const.go +++ b/utils/const.go @@ -3,7 +3,7 @@ package utils import "github.com/adrianfinantyo/jkt48-showroom-cli/models" const ( - AppVersion = "v1.0.0" + AppVersion = "v0.1.0" AppName = "JKT48 Showroom CLI" AppDescription = "JKT48 Showroom CLI is a CLI tool to get information about JKT48 members showrooms" AppAuthor = "Adrian Finantyo"