summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-01-24 22:52:54 +0100
committerDylan William Hardison <dylan@hardison.net>2018-01-24 22:52:54 +0100
commitf67962dcbc701ca1916025d14cd67492c23528aa (patch)
treecd4bd75047b1c52b47ad449bff782c18f28192dd /Bugzilla.pm
parente6e4604a787fe24b150acf39c0060db083e550fa (diff)
downloadbugzilla-f67962dcbc701ca1916025d14cd67492c23528aa.tar.gz
bugzilla-f67962dcbc701ca1916025d14cd67492c23528aa.tar.xz
bump version to 20180124.1
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 7d0bf59ea..36a9d4677 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20180110.2';
+our $VERSION = '20180124.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;