summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-08-06 20:16:17 +0200
committerGitHub <noreply@github.com>2018-08-06 20:16:17 +0200
commit3576979f62c112c43b1387b211cefd5b14984ff0 (patch)
tree824201cb850c0fe48d58eb447e43d636879d8d98 /Bugzilla.pm
parent9bd1e5b9cfefa9006eeb6bcd65a6671be7b23c99 (diff)
downloadbugzilla-3576979f62c112c43b1387b211cefd5b14984ff0.tar.gz
bugzilla-3576979f62c112c43b1387b211cefd5b14984ff0.tar.xz
bump version to 20180807.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 19a490fa0..c2581410d 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -13,7 +13,7 @@ use warnings;
use Bugzilla::Logging;
-our $VERSION = '20180803.1';
+our $VERSION = '20180807.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;