chore: Bump version to 0.9.2

Release notes:
- --deps flag for one-command issue creation (#18)
- External reference tracking for linking to external trackers
- Critical bug fixes (dep tree, auto-import, parallel creation)
- Windows build support and Go extension examples
- Community PRs merged (#8, #10, #12, #14, #15, #17)

See CHANGELOG.md for full details.
This commit is contained in:
Steve Yegge
2025-10-14 03:32:56 -07:00
parent 0bff6ef5fd
commit 561e025fc2
2 changed files with 75 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ import (
const (
// Version is the current version of bd
Version = "0.9.0"
Version = "0.9.2"
// Build can be set via ldflags at compile time
Build = "dev"
)