Fix version number in generate-zbm

This commit is contained in:
Andrew J. Hesford 2020-05-11 09:44:11 -04:00
parent 2ab907e970
commit d954b58f7c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
use strict;
use warnings;
our $VERSION = '0.8.1';
our $VERSION = '1.0';
use Getopt::Long qw(:config no_ignore_case auto_version);
use Pod::Usage qw(pod2usage);