diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4e8121..87924b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [v0.3.0] - Unreleased +## [v0.3.0] - 2026-03-30 ### Features diff --git a/cmd/cli/main.go b/cmd/cli/main.go index 8dfcf7d5..2e4185f7 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -94,7 +94,7 @@ Examples: # Use a custom cache directory holodeck --cachepath /path/to/cache create -f env.yaml` - c.Version = "0.2.18" + c.Version = "0.3.0" c.EnableBashCompletion = true // Setup the flags for this command