diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-07 00:42:56 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-07 00:42:56 +0100 |
commit | 0f64fbd00228a21ff3eccec828b5676395f4a551 (patch) | |
tree | 1e5a23c714e558666fbe5c5a4a1000d31d29b525 | |
parent | 51c442fb9e1eb1c779a5ba18105335fe54eb234c (diff) | |
download | bugzilla-0f64fbd00228a21ff3eccec828b5676395f4a551.tar.gz bugzilla-0f64fbd00228a21ff3eccec828b5676395f4a551.tar.xz |
bump version to 20180306.4
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index f35baae3e..4a3dcb114 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -22,7 +22,7 @@ BEGIN { } } -our $VERSION = '20180306.3'; +our $VERSION = '20180306.4'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |