diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-28 21:45:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 21:45:19 +0200 |
commit | 8376e3ae4d494f1f8ff14dc1d90a2ed3becc0189 (patch) | |
tree | 1fcde49677ee57a819e4146333600076169dee9f | |
parent | 3ef33b34236a7341e668887e89ceb19ca8d16b4f (diff) | |
download | bugzilla-8376e3ae4d494f1f8ff14dc1d90a2ed3becc0189.tar.gz bugzilla-8376e3ae4d494f1f8ff14dc1d90a2ed3becc0189.tar.xz |
bump version to 20180328.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index 3248afe44..2191b2423 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -22,7 +22,7 @@ BEGIN { } } -our $VERSION = '20180327.1'; +our $VERSION = '20180328.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |