Merge pull request #29 from ahesford/1.0fix

Fix version number in generate-zbm
This commit is contained in:
Zach Dykstra 2020-05-11 09:16:00 -05:00 committed by GitHub
commit 49e4dabffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);