summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-02-21 20:02:33 +0100
committerDylan William Hardison <dylan@hardison.net>2018-02-21 20:02:33 +0100
commita95a27c847c13e60dd46b71590df57f0a281cbbb (patch)
tree469d3f53599ea67f14a2396fd70784b17d00ada4 /Bugzilla.pm
parentd435e0a5b0e07c145f929457313d8d7738f42b14 (diff)
downloadbugzilla-a95a27c847c13e60dd46b71590df57f0a281cbbb.tar.gz
bugzilla-a95a27c847c13e60dd46b71590df57f0a281cbbb.tar.xz
bump version to 20180221.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 fe7e0fe23..34589e996 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20180220.2';
+our $VERSION = '20180221.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;