diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-27 15:10:23 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-27 15:10:23 +0200 |
commit | 8bb7ffef0f949090649cf2392db6bef0dc14e19b (patch) | |
tree | fa786f22e1ff447458356d2012bffe3d6425a0e2 | |
parent | f6a6e63306e63825013f9a58b7527f2653420976 (diff) | |
download | bugzilla-8bb7ffef0f949090649cf2392db6bef0dc14e19b.tar.gz bugzilla-8bb7ffef0f949090649cf2392db6bef0dc14e19b.tar.xz |
bump version to 20180327.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index e2cd27cbe..3248afe44 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -22,7 +22,7 @@ BEGIN { } } -our $VERSION = '20180326.1'; +our $VERSION = '20180327.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |