Skip to content

Commit

Permalink
bumped version to 0.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jan 4, 2018
1 parent 3d5fbdd commit 3436102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/resty
Expand Up @@ -9,7 +9,7 @@
use strict;
use warnings;

our $VERSION = '0.20';
our $VERSION = '0.21';

use File::Spec ();
use FindBin ();
Expand Down
2 changes: 1 addition & 1 deletion bin/restydoc
Expand Up @@ -3,7 +3,7 @@
use strict;
use warnings;

our $VERSION = '0.20';
our $VERSION = '0.21';

use Getopt::Std qw( getopts );
use File::Spec ();
Expand Down

0 comments on commit 3436102

Please sign in to comment.