diff options
| author | Teddy Wing | 2024-03-10 16:31:36 +0100 | 
|---|---|---|
| committer | Teddy Wing | 2024-03-10 16:31:36 +0100 | 
| commit | 50d5b0becd6d2e98975afa6cb319bfce11af3da9 (patch) | |
| tree | 9df4b1a8a25ba7dc3c03106254a72e48127d0585 /cmd | |
| parent | 3932a338b069f5b1dbc8e408764da719049cab98 (diff) | |
| download | gocapturedrefrace-master.tar.bz2 | |
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 && | 
