Skip to content

Commit be0a150

Browse files
committed
chore : version 0.7.0
1 parent 0373303 commit be0a150

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.7.0] - 2025-01-04
44

55
### Added
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.6.0"
17+
VERSION = "0.7.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)