Skip to content

Commit f3132ce

Browse files
committed
chore(release): set version to 3.5.3
Made-with: Cursor
1 parent c750988 commit f3132ce

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -711,13 +711,13 @@ For PostgreSQL, ensure:
711711

712712
## 🏷️ GitHub release (tag → CI)
713713

714-
Versions are defined once in [`internal/version/version.go`](internal/version/version.go) (`Version`, no `v` prefix). To publish **v3.5.0**:
714+
Versions are defined once in [`internal/version/version.go`](internal/version/version.go) (`Version`, no `v` prefix). To publish **v3.5.3**:
715715

716-
1. Set `const Version = "3.5.0"` and commit.
716+
1. Set `const Version = "3.5.3"` and commit.
717717
2. From the repo root:
718718
```bash
719719
chmod +x scripts/tag-release.sh
720-
./scripts/tag-release.sh v3.5.0
720+
./scripts/tag-release.sh v3.5.3
721721
```
722722
This pushes your current branch and the annotated tag. **[`.github/workflows/release.yml`](.github/workflows/release.yml)** then builds Linux binaries, attaches `tar.gz` / `zip`, generates release notes, and pushes **`ghcr.io/<owner>/autoar`** for that tag.
723723

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
package version
44

55
// Version is the semantic version without a "v" prefix (e.g. "3.4.0").
6-
const Version = "3.5.0"
6+
const Version = "3.5.3"

0 commit comments

Comments
 (0)