diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-06-29 18:07:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 18:07:38 +0200 |
commit | 67e60015450b4e80dcc5fe2f26374b5ea41a0657 (patch) | |
tree | 6f453467ff18406c32daa68d32fb3a1c8f5953dd | |
parent | ec233fdb94fa237c6bc024b01ff1d4585a125f00 (diff) | |
download | bugzilla-67e60015450b4e80dcc5fe2f26374b5ea41a0657.tar.gz bugzilla-67e60015450b4e80dcc5fe2f26374b5ea41a0657.tar.xz |
bump version to 20180629.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index cf22ecc32..7b29ed572 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -22,7 +22,7 @@ BEGIN { } } -our $VERSION = '20180627.1'; +our $VERSION = '20180629.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |