diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-16 18:02:05 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-16 18:02:05 +0100 |
commit | de8acf02800e292c9a43b5dfbe2b1f5c2fae2316 (patch) | |
tree | 2a27e203656840e5060e8ede73df675de83ad39a | |
parent | 6353a89495e1a6e68bc9e09a771bb879531f510f (diff) | |
download | bugzilla-de8acf02800e292c9a43b5dfbe2b1f5c2fae2316.tar.gz bugzilla-de8acf02800e292c9a43b5dfbe2b1f5c2fae2316.tar.xz |
bump version to 20180316.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index 4a3dcb114..5d394b908 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -22,7 +22,7 @@ BEGIN { } } -our $VERSION = '20180306.4'; +our $VERSION = '20180316.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |