Skip to content

Commit

Permalink
Bump to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Aug 8, 2018
1 parent 62e1263 commit f24ba02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions perl5/Snippy/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use base Exporter;
@EXPORT_OK = qw(version);
%EXPORT_TAGS = ( 'all' => [ @EXPORT_OK ] );

our $VERSION = "4.0-pre_20180729";
our $VERSION = "4.0.0";

use strict;
use File::Basename;
Expand All @@ -23,4 +23,3 @@ sub version_string {
}

1;

0 comments on commit f24ba02

Please sign in to comment.