From 171b1309739dbe174cd9dfe2a1517f2e957fad9e Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Mon, 27 Oct 2025 11:18:02 -0500 Subject: Bump version number to 1.0.0 --- args.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'args.go') diff --git a/args.go b/args.go index 9cfe3f1..c2a1d26 100644 --- a/args.go +++ b/args.go @@ -23,7 +23,7 @@ import ( "strconv" ) -const ProgramVersion = "1.0.0-rc.1" +const ProgramVersion = "1.0.0" // The arguments to this program type args struct { -- cgit v1.2.3