summary refs log tree commit diff stats
path: root/draco.pl
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-11-24 15:42:51 +0530
committerAndinus <andinus@nand.sh>2020-11-24 15:42:51 +0530
commit217afcaf15f70a9c223333356867ec70728a62de (patch)
tree27da421c9e8e09dd8f28560b4fb643b6a5246553 /draco.pl
parentac04e42afd57ab34e29a2fb19017773c21793541 (diff)
downloaddraco-217afcaf15f70a9c223333356867ec70728a62de.tar.gz
Bump version to v0.2.2 v0.2.2
Diffstat (limited to 'draco.pl')
-rwxr-xr-xdraco.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/draco.pl b/draco.pl
index 4a85384..cca6408 100755
--- a/draco.pl
+++ b/draco.pl
@@ -17,7 +17,7 @@ binmode(STDOUT, "encoding(UTF-8)");
 die "usage: draco [-dhv] <url>\n" unless scalar @ARGV;
 
 my $DEBUG;
-my $VERSION = "v0.2.1";
+my $VERSION = "v0.2.2";
 # Dispatch table to be parsed before url.
 my %dispatch = (
     '-v'  => sub { print "Draco $VERSION\n"; exit; },
James Booth <boothj5@gmail.com> 2013-05-06 21:53:59 +0100 Created roster module, moved roster iq's' href='/danisanti/profani-tty/commit/src/xmpp/roster.h?id=3ae74feaa2c64410ef2a854b3c65abfd293e241a'>3ae74fea ^
3ae74fea ^
ccabc08f ^

2e0bc27b ^
3ae74fea ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43