From 428f5b17a4972cabe585bcfe62654c6d820f6640 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 23 Feb 2018 10:50:02 -0500 Subject: fix typo --- Bugzilla.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla.pm') diff --git a/Bugzilla.pm b/Bugzilla.pm index 73d722b5d..c21b1ad98 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -20,7 +20,7 @@ BEGIN { } } -1ur $VERSION = '20180223.1'; +our $VERSION = '20180223.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; -- cgit v1.2.3-24-g4f1b