summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-07-11 16:00:58 +0200
committerGitHub <noreply@github.com>2017-07-11 16:00:58 +0200
commit06e39c022e5bef9172a03d0c1e23ecdb45075186 (patch)
tree041d8f352d4ec7a5c384868f51b679e4c9abfe1e /Bugzilla.pm
parente5eba5172d527a74c60319ff5c7eb5d0d3bc9cd3 (diff)
downloadbugzilla-06e39c022e5bef9172a03d0c1e23ecdb45075186.tar.gz
bugzilla-06e39c022e5bef9172a03d0c1e23ecdb45075186.tar.xz
bump version to 20170711.1
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 33a658323..88d33bb69 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20170613.1';
+our $VERSION = '20170711.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;