diff options
| author | Paul Buetow <paul@buetow.org> | 2026-08-02 18:50:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-08-02 18:50:47 +0300 |
| commit | 4aebd8dda1306a2e7634b53a84182f8590aae459 (patch) | |
| tree | 530c48f789d025b0c9fe2561233058612d518bdb /internal/version | |
| parent | 76e151fc9141ef3ccbafc22c62985a30afb54b02 (diff) | |
Optimize VPN mirror sync and release v0.19.2v0.19.2
Amp-Thread-ID: https://ampcode.com/threads/T-019fc31d-668a-769a-8dc8-554ecbd6a274
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'internal/version')
| -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 12bd890..d200a7a 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.19.1" +const Version = "0.19.2" |
