summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-11-22 03:24:41 +0100
committerDylan William Hardison <dylan@hardison.net>2017-11-22 03:24:41 +0100
commitb21df32a7f60397d686acb1cac4692db47410e00 (patch)
tree33017f4662e3215effc8e04f45d7e854d7abf13f /Bugzilla.pm
parent60017af86a45cf27260f1e571a17a7892e37a268 (diff)
downloadbugzilla-b21df32a7f60397d686acb1cac4692db47410e00.tar.gz
bugzilla-b21df32a7f60397d686acb1cac4692db47410e00.tar.xz
bump version to 20171121.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 f511b8941..cd6e7bb00 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20171031.1';
+our $VERSION = '20171121.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;