summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-01-09 18:42:39 +0100
committerDylan William Hardison <dylan@hardison.net>2018-01-09 23:45:26 +0100
commit16268ef69b2c75f58865e37bce29250ff1aa8f03 (patch)
treee4da7b2e4913883c8cd5ee4e91c09e242f01a238 /Bugzilla.pm
parent22467136063067ad0a5cf442be67691fc296ce31 (diff)
downloadbugzilla-16268ef69b2c75f58865e37bce29250ff1aa8f03.tar.gz
bugzilla-16268ef69b2c75f58865e37bce29250ff1aa8f03.tar.xz
bump version to 20180109.3
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 66f5f266b..439f3c985 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20180109.2';
+our $VERSION = '20180109.3';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;