Add version display and bump to 0.2.0
- Added --version/-V option to show version - Bumped version from 0.1.0 to 0.2.0 - Updated description to mention game mode Users can now verify which version is running with: aigpt --version This helps debug whether the latest build is being used.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
[package]
|
||||
name = "aigpt"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
authors = ["syui"]
|
||||
description = "Simple memory storage for Claude with MCP"
|
||||
description = "Simple memory storage for Claude with MCP (with game mode!)"
|
||||
|
||||
|
||||
[[bin]]
|
||||
|
||||
Reference in New Issue
Block a user