From 89603744a9969622888dfc53fe6cb3936d801c34 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 7 Jul 2025 23:26:21 +0300 Subject: bump verison --- internal/version/version.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'internal') diff --git a/internal/version/version.go b/internal/version/version.go index fe2cd61..f5af390 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -7,14 +7,14 @@ import ( var ( // Version is the current version of gitsyncer - Version = "0.2.0" - + Version = "0.3.0" + // GitCommit is the git commit hash at build time GitCommit = "unknown" - + // BuildDate is the date when the binary was built BuildDate = "unknown" - + // GoVersion is the Go version used to build GoVersion = runtime.Version() ) @@ -28,4 +28,4 @@ func GetVersion() string { // GetShortVersion returns just the version number func GetShortVersion() string { return Version -} \ No newline at end of file +} -- cgit v1.2.3