summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-11-19 12:25:36 +0530
committerAndinus <andinus@nand.sh>2020-11-19 12:25:36 +0530
commit905b88fc8dee32a14de8cde031380a9d2fade166 (patch)
tree0f47443dd55a74dfce43084d82c69bf1aa7df333
parent9c5a8783e922b23621e4cf94612fd2d54b668f8a (diff)
downloaddraco-905b88fc8dee32a14de8cde031380a9d2fade166.tar.gz
Bump version to v0.1.2 v0.1.2
-rwxr-xr-xdraco.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/draco.pl b/draco.pl
index bd5be36..2cecaf6 100755
--- a/draco.pl
+++ b/draco.pl
@@ -15,7 +15,7 @@ my $lb = Unicode::LineBreak->new(ColMax => 76); # Default is 76.
 # Printing UTF-8 to STDOUT.
 binmode(STDOUT, "encoding(UTF-8)");
 
-my $VERSION = "v0.1.1";
+my $VERSION = "v0.1.2";
 
 die "usage: draco [-v] <url>\n" unless scalar @ARGV;