diff options
author | jake <jake@jakes-mail.top> | 2022-08-20 21:46:42 -0400 |
---|---|---|
committer | jake <jake@jakes-mail.top> | 2022-08-20 21:46:42 -0400 |
commit | f8f8b537b3c6e3da4b8d4e4fd49440dfb1f0dcc0 (patch) | |
tree | 1e67c7929c870b74a9c385e39a27e9ff36b99fdc /gmi.pl | |
parent | e2a4adfe9349562b447cd2640e797317ff7f9d8e (diff) |
Decided on a less dumb versioning system
vA.B.C
A = Major
B = Sub major - feature additions
C = Bug fixes, minor code touch up
Diffstat (limited to 'gmi.pl')
-rwxr-xr-x | gmi.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |