Commit 0bfec30c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix Stations.pm version number. (oops)

parent 47f7950b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ use Text::LevenshteinXS qw(distance);
# TODO switch to Text::Levenshtein::XS once AUR/Debian packages become available
our $VERSION = '1.05';
our $VERSION = '1.08';
my @stations = (
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ use Text::LevenshteinXS qw(distance);

# TODO switch to Text::Levenshtein::XS once AUR/Debian packages become available

our $VERSION = '1.05';
our $VERSION = '1.08';

my @stations = (
EOF