Skip to content

Commit

Permalink
chore : version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LordPax committed Sep 27, 2024
1 parent 2862c2a commit 973d271
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
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.2.0] - 2024-09-27

### Added

Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var home, _ = os.UserHomeDir()

var (
NAME = "aicli"
VERSION = "0.1.0"
VERSION = "0.2.0"
CONFIG_DIR = path.Join(home, ".config", "aicli")
CONFIG_FILE = path.Join(CONFIG_DIR, "config.ini")
LOG_FILE = path.Join(CONFIG_DIR, "log")
Expand Down

0 comments on commit 973d271

Please sign in to comment.