diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-15 08:06:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-15 08:06:39 +0300 |
| commit | e23fc252fbac2aba69f1f1268af9425af4d43d19 (patch) | |
| tree | ab430228b3ecb0d5a1d292b124c7f10cd6a91892 /internal/version | |
| parent | 47456d20d8b55a7f67668f7f1faae6fef16062dd (diff) | |
add vibe coding info
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 622c509..b45fdc1 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.7.2" + Version = "0.8.0" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
