Skip to content

Commit

Permalink
refactor: change the app versioning semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfinantyo committed Sep 22, 2023
1 parent e1f3383 commit 9925457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion utils/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9925457

Please sign in to comment.