diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-22 04:38:05 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-22 04:38:05 +0100 |
commit | 5e590c931ab384fc294d6a0f1ab3fdf66fcc8029 (patch) | |
tree | 47b1dd15e3f554f8c83bfe4a533cdcfcd599d5d0 | |
parent | eee0904a1b5cf5ae138480f18ecfffd5fd0ca5da (diff) | |
download | bugzilla-5e590c931ab384fc294d6a0f1ab3fdf66fcc8029.tar.gz bugzilla-5e590c931ab384fc294d6a0f1ab3fdf66fcc8029.tar.xz |
bump version to 20180321.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index 3e511ccce..d62ab2227 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -22,7 +22,7 @@ BEGIN { } } -our $VERSION = '20180320.3'; +our $VERSION = '20180321.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |