summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsrael Madueme <purelogiq@gmail.com>2018-09-10 19:43:48 +0200
committerGitHub <noreply@github.com>2018-09-10 19:43:48 +0200
commit8a73abb9a369e840708dcb6a48be2e19a8e6a284 (patch)
tree27161fd7a5a16aab6af8f114d628ab9884c56e0e
parentc8b47ef3d5b39ab99065fe387c9ae93301b3aab0 (diff)
downloadbugzilla-8a73abb9a369e840708dcb6a48be2e19a8e6a284.tar.gz
bugzilla-8a73abb9a369e840708dcb6a48be2e19a8e6a284.tar.xz
bump to version 20180910.1
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 44286c75b..c31e2088b 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -13,7 +13,7 @@ use warnings;
use Bugzilla::Logging;
-our $VERSION = '20180820.1';
+our $VERSION = '20180910.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;