diff options
author | Israel Madueme <purelogiq@gmail.com> | 2018-09-10 19:43:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-10 19:43:48 +0200 |
commit | 8a73abb9a369e840708dcb6a48be2e19a8e6a284 (patch) | |
tree | 27161fd7a5a16aab6af8f114d628ab9884c56e0e | |
parent | c8b47ef3d5b39ab99065fe387c9ae93301b3aab0 (diff) | |
download | bugzilla-8a73abb9a369e840708dcb6a48be2e19a8e6a284.tar.gz bugzilla-8a73abb9a369e840708dcb6a48be2e19a8e6a284.tar.xz |
bump to version 20180910.1
-rw-r--r-- | Bugzilla.pm | 2 |
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; |