summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-05-23 16:18:17 +0200
committerGitHub <noreply@github.com>2018-05-23 16:18:17 +0200
commit077878d97b727daeb09fd61162099a458242cd7f (patch)
tree6cc53843377546e0075fa9bfa7e60f29083ed978 /Bugzilla.pm
parentb0b55b7251c2e0bc1521010cfb2a42814e1247e4 (diff)
downloadbugzilla-077878d97b727daeb09fd61162099a458242cd7f.tar.gz
bugzilla-077878d97b727daeb09fd61162099a458242cd7f.tar.xz
bump version to 20180523.1 (#584)
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 825ef46c8..897433e47 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180508.1';
+our $VERSION = '20180523.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;