diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-06-26 23:57:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-26 23:57:39 +0200 |
commit | 5191f5508b12d2e135374a0727e1ed82e8345604 (patch) | |
tree | f4cd398861ed4ad6a2d0b35a2958e540ac6a39ed | |
parent | de80a6c015fb0d63040a111288be26b2118684a4 (diff) | |
download | bugzilla-5191f5508b12d2e135374a0727e1ed82e8345604.tar.gz bugzilla-5191f5508b12d2e135374a0727e1ed82e8345604.tar.xz |
bump version to 20180627.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index ad8019a99..74fa257f2 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -22,7 +22,7 @@ BEGIN { } } -our $VERSION = '20180605.1'; +our $VERSION = '20180627.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |