diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-01-10 04:06:19 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-01-10 04:06:19 +0100 |
commit | 4104df0c3e48105a95f163cd9e8bec40b87a8854 (patch) | |
tree | 311b66fe4ec804bbd15eb305a34daee5452fbb89 | |
parent | 76d96009af68d8dd982f7915ccc8c0eab48093a0 (diff) | |
download | bugzilla-4104df0c3e48105a95f163cd9e8bec40b87a8854.tar.gz bugzilla-4104df0c3e48105a95f163cd9e8bec40b87a8854.tar.xz |
bump version to 20180110.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index 439f3c985..81381770a 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -20,7 +20,7 @@ BEGIN { } } -our $VERSION = '20180109.3'; +our $VERSION = '20180110.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |