summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authordklawren <dklawren@users.noreply.github.com>2018-04-12 21:01:10 +0200
committerIsrael Madueme <purelogiq@gmail.com>2018-04-12 21:01:10 +0200
commit610bca4869a9320ff91d84c421b61d3346658d64 (patch)
treeba9a3a264b167517dbcb6b6c9c6f035fed9bbeab /Bugzilla.pm
parent99a5f75c6da5e1af5bf01a0b9e0aa8c88bcfdf35 (diff)
downloadbugzilla-610bca4869a9320ff91d84c421b61d3346658d64.tar.gz
bugzilla-610bca4869a9320ff91d84c421b61d3346658d64.tar.xz
Bump version to 20180412.2 (#538)
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 e5857caa6..ef6c80433 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180412.1';
+our $VERSION = '20180412.2';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;