diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-01-04 17:55:29 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-01-04 17:55:37 +0100 |
commit | a3f4f5f0e8248ede35670333e354c96c334f3ab1 (patch) | |
tree | 91ff5c8c0e6a79edad982ab89d3ffdd979bfc69a | |
parent | c0f0cbc3f6e6f7bd045759d88191c6a150b24f38 (diff) | |
download | bugzilla-a3f4f5f0e8248ede35670333e354c96c334f3ab1.tar.gz bugzilla-a3f4f5f0e8248ede35670333e354c96c334f3ab1.tar.xz |
bump version to 20180104.2
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index c68e71741..93690fd6a 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -20,7 +20,7 @@ BEGIN { } } -our $VERSION = '20180104.1'; +our $VERSION = '20180104.2'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |