summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-08-29 14:46:58 +0200
committerDylan William Hardison <dylan@hardison.net>2017-08-29 14:46:58 +0200
commitd2473de1219d4df613b46de081384238525553be (patch)
treebab499574d55cada5297c179303de042a3b1e246 /Bugzilla.pm
parente34cba8c9c127203e56f3679cd627d2d1d72f54e (diff)
downloadbugzilla-d2473de1219d4df613b46de081384238525553be.tar.gz
bugzilla-d2473de1219d4df613b46de081384238525553be.tar.xz
bump version to 20170829
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 bf8f99625..b07fc0c64 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20170822.1';
+our $VERSION = '20170829.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;