summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-04-11 23:11:20 +0200
committerdklawren <dklawren@users.noreply.github.com>2018-04-11 23:11:20 +0200
commit75e5c731e872c9ee1849fbd9f1237853343469cc (patch)
tree46a44774a69971c5839011c2117f52b5e24c0acf /Bugzilla.pm
parentc84cf2484958fb4d664f3f41cbdac7b262950f9b (diff)
downloadbugzilla-75e5c731e872c9ee1849fbd9f1237853343469cc.tar.gz
bugzilla-75e5c731e872c9ee1849fbd9f1237853343469cc.tar.xz
bump version to 20180412.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 d98298acc..e5857caa6 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180330.1';
+our $VERSION = '20180412.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;