Skip to content

Commit

Permalink
Merge pull request #29 from ahesford/1.0fix
Browse files Browse the repository at this point in the history
Fix version number in generate-zbm
  • Loading branch information
zdykstra authored May 11, 2020
2 parents 2ab907e + d954b58 commit 49e4dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate-zbm
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 49e4dab

Please sign in to comment.