diff options
Diffstat (limited to 'internal/version/version.go')
| -rw-r--r-- | internal/version/version.go | 10 |
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 +} |
