diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-10-31 15:25:29 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-10-31 15:25:29 +0100 |
commit | 1f9e1be3562caca016100129a14adf5c8d1efea2 (patch) | |
tree | 7fe2b8651fb7870c4d2e0afbcf583dfb36bc522d | |
parent | 7d35b918dba36abb75e4a8d41455b9ded3032969 (diff) | |
download | bugzilla-1f9e1be3562caca016100129a14adf5c8d1efea2.tar.gz bugzilla-1f9e1be3562caca016100129a14adf5c8d1efea2.tar.xz |
bump version to 20171031.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index 705341532..f511b8941 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -20,7 +20,7 @@ BEGIN { } } -our $VERSION = '20171017.1'; +our $VERSION = '20171031.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |