Skip to content

Commit 23b6df4

Browse files
committed
chore : version 0.6.0
1 parent 328f3fb commit 23b6df4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.6.0] - 2024-10-16
44

55
### Changed
66

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var home, _ = os.UserHomeDir()
1414

1515
var (
1616
NAME = "aicli"
17-
VERSION = "0.5.0"
17+
VERSION = "0.6.0"
1818
CONFIG_DIR = path.Join(home, ".config", "aicli")
1919
CONFIG_FILE = path.Join(CONFIG_DIR, "config.ini")
2020
LOG_FILE = path.Join(CONFIG_DIR, "log")

0 commit comments

Comments
 (0)