diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 20:41:57 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 20:41:57 +0200 |
| commit | cac633c48dab06556ee8c1098652ffed23b1e96e (patch) | |
| tree | f1ddc6026d239b39f96fc812ba9c640581cf3327 /internal | |
| parent | 64a22d411a6096e8e7e14af7151e530f0ee358ae (diff) | |
chore(release): bump version to 0.13.0v0.13.0
Diffstat (limited to 'internal')
| -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 5db7899..50264bf 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -7,7 +7,7 @@ import ( var ( // Version is the current version of gitsyncer - Version = "0.12.1" + Version = "0.13.0" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
