summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-15 09:44:54 -0600
committerJeff Carr <[email protected]>2024-11-15 09:44:54 -0600
commitafb478c8c7f12aea4e8eb73cbe33f8675d9689bf (patch)
tree52fa429a3cd4d4138f2dcda0901c62c4dd10cf3b /argv.go
parentf8bef3081c7ca36b2970514401f2871039e99324 (diff)
add build date. backup go.work filev0.5.7
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 2b69e9a..7b3a45f 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
+ return "go-clone " + VERSION + " " + DATE
}