From 50d5b0becd6d2e98975afa6cb319bfce11af3da9 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 10 Mar 2024 16:31:36 +0100 Subject: Increase version v0.0.1 -> v0.0.2 --- cmd/gocapturedrefrace/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') 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 && -- cgit v1.2.3