summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-08-31 13:48:47 +0200
committerDylan William Hardison <dylan@hardison.net>2017-08-31 13:55:29 +0200
commitea91a4d354eb0175a46671a6911bb3dffaebfe75 (patch)
tree9e6a4be250dc79e234a7a4c8ee8931889e76bc88 /Bugzilla.pm
parenta781aaf9e0ab46c08e8cb74c259106ef5acd7251 (diff)
downloadbugzilla-ea91a4d354eb0175a46671a6911bb3dffaebfe75.tar.gz
bugzilla-ea91a4d354eb0175a46671a6911bb3dffaebfe75.tar.xz
bump version to 20170831
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 b07fc0c64..7431d33f4 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20170829.1';
+our $VERSION = '20170831.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;