summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-04-26 17:06:33 +0200
committerGitHub <noreply@github.com>2018-04-26 17:06:33 +0200
commit79dd60d845e426dcd243057cd1bca36be27076db (patch)
tree237672fac7d8cbd546f5fae5aece7a69573cb3d9 /Bugzilla.pm
parent1f07e9fca637b7758b3679562672ef890479b369 (diff)
downloadbugzilla-79dd60d845e426dcd243057cd1bca36be27076db.tar.gz
bugzilla-79dd60d845e426dcd243057cd1bca36be27076db.tar.xz
bump version to 20180426.4 (#556)
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 36711f4ea..efe1580a2 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180426.1';
+our $VERSION = '20180426.4';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;