diff options
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index a1995d472..6fcd326d1 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -22,7 +22,7 @@ BEGIN { } } -our $VERSION = '20180703.1'; +our $VERSION = '20180712.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |