diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-03 23:34:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-03 23:34:48 +0300 |
| commit | 4365f9b1e4d99c119df676b54c6d707e19951a37 (patch) | |
| tree | 5c20745921f855351343f9ef641dd5ac3cc01de9 | |
| parent | 083018598bc8bec548e12732a556a525932b4cf1 (diff) | |
Bump version to 0.17.0main
Amp-Thread-ID: https://ampcode.com/threads/T-019e8f2a-b58e-72b3-b572-28d1fb1d9a1d
Co-authored-by: Amp <amp@ampcode.com>
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index 39b58e8..99fdf7c 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,4 +2,4 @@ package version // Version is the application version (semantic versioning). -const Version = "0.16.0" +const Version = "0.17.0" |
