From 373afb5673d813aa3e07204394852b714cb7d6cf Mon Sep 17 00:00:00 2001 From: Will Budicm Date: Mon, 28 Dec 2020 06:51:42 +1100 Subject: [PATCH] Set version still to be 2.1 in master branch. --- htdocs/cgi-bin/system/modules/Settings.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/cgi-bin/system/modules/Settings.pm b/htdocs/cgi-bin/system/modules/Settings.pm index beae7a2..1832dd2 100644 --- a/htdocs/cgi-bin/system/modules/Settings.pm +++ b/htdocs/cgi-bin/system/modules/Settings.pm @@ -28,7 +28,7 @@ use constant VW_LOG => 'VW_LOG'; use constant VW_LOG_WITH_EXCLUDES => 'VW_LOG_WITH_EXCLUDES'; #DEFAULT SETTINGS HERE! -our $RELEASE_VER = '2.2'; +our $RELEASE_VER = '2.1'; our $TIME_ZONE = 'Australia/Sydney'; our $LANGUAGE = 'English'; our $PRC_WIDTH = '60'; -- 2.34.1