summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-09-19 17:49:16 +0200
committerDylan William Hardison <dylan@hardison.net>2017-09-19 17:49:16 +0200
commitac5c803e677683061b0beec88620c808f246859e (patch)
tree08366ba3bc6cd1a199ace0dea15e937b14e2a787 /Bugzilla.pm
parent64edd1e8659406d638ec44bf6bc2e69ff7e31ef0 (diff)
downloadbugzilla-ac5c803e677683061b0beec88620c808f246859e.tar.gz
bugzilla-ac5c803e677683061b0beec88620c808f246859e.tar.xz
bump version to 20170919
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 9234243f7..2ae071d05 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20170918.1';
+our $VERSION = '20170919.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;