summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-08-22 14:10:00 +0200
committerDylan William Hardison <dylan@hardison.net>2017-08-22 14:10:00 +0200
commit012b4210329560d3e8aa092c955013173884b564 (patch)
tree818fca11a859f518f48b824b373788a300044027 /Bugzilla.pm
parente48411401d32c7c5a50f6fdfa9b4ab4369142448 (diff)
downloadbugzilla-012b4210329560d3e8aa092c955013173884b564.tar.gz
bugzilla-012b4210329560d3e8aa092c955013173884b564.tar.xz
bump version to 20170822.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 593efad68..cf004d4fc 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20170801.1';
+our $VERSION = '20170822.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;