diff options
| author | Jeff Carr <[email protected]> | 2025-08-16 16:23:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-16 21:50:40 -0500 |
| commit | edb3e23311b9cd667898e625b07f5dbeb43e30e3 (patch) | |
| tree | 53da542d42f7b763c92b5622e7968b854ccbf7a6 /argv.go | |
| parent | de6b45ced2fec64bdd4eb1c7d90c13251d394fe8 (diff) | |
fixes to test plugins by os.Exec()v0.0.2
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,5 +59,5 @@ func init() { } func (args) Version() string { - return "wit-test " + VERSION + " Built on " + BUILDTIME + return ARGNAME + " " + VERSION + " Built on " + BUILDTIME } |
