From 810dcbd0715c2cb80e02fa7461146a87b31acddd Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Fri, 6 Sep 2024 03:20:48 -0400 Subject: [PATCH] bump version to 4.4.14+ post-release --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index ae9e8da55..a76a3621e 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -182,7 +182,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.4.14"; +use constant BUGZILLA_VERSION => "4.4.14+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; -- 2.47.2