summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2023-02-17 10:05:15 -0600
committerChad Elliott <elliottc@objectcomputing.com>2023-02-17 10:05:15 -0600
commitf86a09ece701c572e8c16d2601d8252315c44034 (patch)
tree21dab11ecbd66b7320c573abd37cc0f84f721c1c
parent5dbdd6e23ab9bbcd811aedda2d5e186647bdcf93 (diff)
downloadMPC-f86a09ece701c572e8c16d2601d8252315c44034.tar.gz
Update minor to make it easier to know that this version of MPC has all of the new database support.
-rw-r--r--modules/Version.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Version.pm b/modules/Version.pm
index 7de326a6..a038748d 100644
--- a/modules/Version.pm
+++ b/modules/Version.pm
@@ -18,7 +18,7 @@ use File::Spec;
# ************************************************************
## This is the starting major and minor version
-my $version = '5.0';
+my $version = '5.1';
my $once = 1;
my $cache = 'modules/.version';