summaryrefslogtreecommitdiffstats
path: root/scripts/perlalias.pl
diff options
context:
space:
mode:
authorThomas Stagner2017-02-19 12:53:47 -0700
committerThomas Stagner2017-02-19 12:53:47 -0700
commit42496f290059fd6e30be380f45b7f5f895ca9beb (patch)
treedbb9cf7781c8886694ff2dc523165d9c7a1d3d1b /scripts/perlalias.pl
parenta5b61e32c4c77f3f6c31133812facbc7f90f35ff (diff)
downloadscripts.irssi.org-42496f290059fd6e30be380f45b7f5f895ca9beb.tar.bz2
Forgot the version bump
Diffstat (limited to 'scripts/perlalias.pl')
-rw-r--r--scripts/perlalias.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/perlalias.pl b/scripts/perlalias.pl
index c4e4803..b546688 100644
--- a/scripts/perlalias.pl
+++ b/scripts/perlalias.pl
@@ -75,7 +75,7 @@ use POSIX qw(strftime);
{ package Irssi::Nick; } # Keeps trying to look for this package but for some reason it doesn't get loaded.
-our $VERSION = '1.1';
+our $VERSION = '1.2';
our %IRSSI = (
authors => 'aquanight',
contact => 'aquanight@gmail.com',