Skip to content

Commit

Permalink
Bump to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Mar 9, 2020
1 parent 145904c commit 20affa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl5/Snippy/Version.pm
Expand Up @@ -4,7 +4,7 @@ use base Exporter;
@EXPORT_OK = qw(version);
%EXPORT_TAGS = ( 'all' => [ @EXPORT_OK ] );

our $VERSION = "4.5.2";
our $VERSION = "4.6.0";

use strict;
use File::Basename;
Expand Down

0 comments on commit 20affa4

Please sign in to comment.