summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-01-04 17:55:29 +0100
committerDylan William Hardison <dylan@hardison.net>2018-01-04 17:55:37 +0100
commita3f4f5f0e8248ede35670333e354c96c334f3ab1 (patch)
tree91ff5c8c0e6a79edad982ab89d3ffdd979bfc69a /Bugzilla.pm
parentc0f0cbc3f6e6f7bd045759d88191c6a150b24f38 (diff)
downloadbugzilla-a3f4f5f0e8248ede35670333e354c96c334f3ab1.tar.gz
bugzilla-a3f4f5f0e8248ede35670333e354c96c334f3ab1.tar.xz
bump version to 20180104.2
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 c68e71741..93690fd6a 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20180104.1';
+our $VERSION = '20180104.2';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;