summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-07 23:26:21 +0300
committerPaul Buetow <paul@buetow.org>2025-07-07 23:26:21 +0300
commit89603744a9969622888dfc53fe6cb3936d801c34 (patch)
tree9c221f3140f8d536ce6f95fa3da20fa8325c7a72
parent4526c8a171dbe40762c116e5b8a404f20131d2b1 (diff)
bump verisonv0.3.0
-rw-r--r--internal/version/version.go10
1 files changed, 5 insertions, 5 deletions
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
+}