Skip to content

Commit

Permalink
chore : version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LordPax committed Jan 4, 2025
1 parent 1c6a8eb commit 82c4890
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.7.1] - 2025-01-04

### Fixed

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.7.0"
VERSION = "0.7.1"
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 82c4890

Please sign in to comment.