diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/gocapturedrefrace/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/gocapturedrefrace/main.go b/cmd/gocapturedrefrace/main.go index 5a8970b..135f80b 100644 --- a/cmd/gocapturedrefrace/main.go +++ b/cmd/gocapturedrefrace/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Teddy Wing +// Copyright (c) 2023, 2024 Teddy Wing // // This file is part of Gocapturedrefrace. // @@ -25,7 +25,7 @@ import ( "gopkg.teddywing.com/capturedrefrace" ) -var version = "0.0.1" +var version = "0.0.2" func main() { if len(os.Args) > 1 && |