summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-07-13 01:00:30 +0200
committerGitHub <noreply@github.com>2018-07-13 01:00:30 +0200
commite86fa4e731fb879bd8bd9c3afa3eca30730b9b13 (patch)
tree51f1d95173b7f322d1812bae8575e33731370166 /Bugzilla.pm
parent355a5149e9622c9032e0d9f2b23b70ded4a61801 (diff)
downloadbugzilla-e86fa4e731fb879bd8bd9c3afa3eca30730b9b13.tar.gz
bugzilla-e86fa4e731fb879bd8bd9c3afa3eca30730b9b13.tar.xz
bump version to 20180712.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 a1995d472..6fcd326d1 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180703.1';
+our $VERSION = '20180712.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;