diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-04-26 17:06:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-26 17:06:33 +0200 |
commit | 79dd60d845e426dcd243057cd1bca36be27076db (patch) | |
tree | 237672fac7d8cbd546f5fae5aece7a69573cb3d9 | |
parent | 1f07e9fca637b7758b3679562672ef890479b369 (diff) | |
download | bugzilla-79dd60d845e426dcd243057cd1bca36be27076db.tar.gz bugzilla-79dd60d845e426dcd243057cd1bca36be27076db.tar.xz |
bump version to 20180426.4 (#556)
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index 36711f4ea..efe1580a2 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -22,7 +22,7 @@ BEGIN { } } -our $VERSION = '20180426.1'; +our $VERSION = '20180426.4'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |