diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-10-17 14:55:41 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-10-17 14:55:41 +0200 |
commit | 3465c3905f542d576a61f372a5cb2da3f823d508 (patch) | |
tree | 359d55ae228c8b1d7b53ee92df58286f387482d5 | |
parent | 1cfd85339c09fb5db742d3efe84b664f400ab184 (diff) | |
download | bugzilla-3465c3905f542d576a61f372a5cb2da3f823d508.tar.gz bugzilla-3465c3905f542d576a61f372a5cb2da3f823d508.tar.xz |
bump version to 20171017.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index 7b00e995a..705341532 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -20,7 +20,7 @@ BEGIN { } } -our $VERSION = '20171003.2'; +our $VERSION = '20171017.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |