diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-05-08 16:13:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-08 16:13:27 +0200 |
commit | e56ef7547dd9c078d172a0e40a4a420cf8e5b1fe (patch) | |
tree | f862487db29e5cc63052d777481f21a3e775655a | |
parent | dcb3506da0be31ec92950e85f51688cecef1b0f8 (diff) | |
download | bugzilla-e56ef7547dd9c078d172a0e40a4a420cf8e5b1fe.tar.gz bugzilla-e56ef7547dd9c078d172a0e40a4a420cf8e5b1fe.tar.xz |
bump version to 20180508.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index efe1580a2..825ef46c8 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -22,7 +22,7 @@ BEGIN { } } -our $VERSION = '20180426.4'; +our $VERSION = '20180508.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |