From f8f8b537b3c6e3da4b8d4e4fd49440dfb1f0dcc0 Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 20 Aug 2022 21:46:42 -0400 Subject: Decided on a less dumb versioning system vA.B.C A = Major B = Sub major - feature additions C = Bug fixes, minor code touch up --- gmi.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gmi.pl') diff --git a/gmi.pl b/gmi.pl index 4136b52..94c391e 100755 --- a/gmi.pl +++ b/gmi.pl @@ -7,7 +7,7 @@ use warnings; use 5.010; #use diagnostics; -our $VERSION = 'v0.0.14'; +our $VERSION = 'v0.14.0'; # Modules use IO::Socket::SSL; # CPAN -- cgit v1.2.3