diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-06 15:26:47 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-06 15:26:47 +0100 |
commit | 6ef6d537b5f0d14b80acea3c918802874e90fc3e (patch) | |
tree | 95ef5c305b0a3655ae3af0e52534d148052f78de | |
parent | c418f3aeb9bbbea2f2ffead8cc6c1fee5a82fe5b (diff) | |
download | bugzilla-6ef6d537b5f0d14b80acea3c918802874e90fc3e.tar.gz bugzilla-6ef6d537b5f0d14b80acea3c918802874e90fc3e.tar.xz |
bump version to 20180306.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index a154b174b..b8d7c798c 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -22,7 +22,7 @@ BEGIN { } } -our $VERSION = '20180223.1'; +our $VERSION = '20180306.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |