From 343610275e5514d9d18b2b1798a0c9e2701d09d1 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Thu, 4 Jan 2018 00:00:58 -0800 Subject: [PATCH] bumped version to 0.21. --- bin/resty | 2 +- bin/restydoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/resty b/bin/resty index 0021278..668d8bd 100755 --- a/bin/resty +++ b/bin/resty @@ -9,7 +9,7 @@ use strict; use warnings; -our $VERSION = '0.20'; +our $VERSION = '0.21'; use File::Spec (); use FindBin (); diff --git a/bin/restydoc b/bin/restydoc index c8aae14..ef338e9 100755 --- a/bin/restydoc +++ b/bin/restydoc @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '0.20'; +our $VERSION = '0.21'; use Getopt::Std qw( getopts ); use File::Spec ();