diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
