summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 7b3a45f..4c2aad3 100644
--- a/argv.go
+++ b/argv.go
@@ -32,5 +32,5 @@ This will recursively clone the app and all the build requirements:
}
func (args) Version() string {
- return "go-clone " + VERSION + " " + DATE
+ return "go-clone " + VERSION + " Built on " + BUILDTIME
}