diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-08-29 14:46:58 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-08-29 14:46:58 +0200 |
commit | d2473de1219d4df613b46de081384238525553be (patch) | |
tree | bab499574d55cada5297c179303de042a3b1e246 | |
parent | e34cba8c9c127203e56f3679cd627d2d1d72f54e (diff) | |
download | bugzilla-d2473de1219d4df613b46de081384238525553be.tar.gz bugzilla-d2473de1219d4df613b46de081384238525553be.tar.xz |
bump version to 20170829
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index bf8f99625..b07fc0c64 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -20,7 +20,7 @@ BEGIN { } } -our $VERSION = '20170822.1'; +our $VERSION = '20170829.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |