From 56c81eaa9c98a4cb7e9fdeabc139d13e19aa916e Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Sat, 6 Aug 2022 14:36:15 -0700 Subject: [PATCH] prepping for patch 1 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 52f018e6886..c75bc63c75e 100644 --- a/version.php +++ b/version.php @@ -22,7 +22,7 @@ // A real patch identifier. This is incremented when we release a patch for a // production release. Note the above $v_patch variable is a misnomer and actually // stores release version information. -$v_realpatch = '0'; +$v_realpatch = '1'; // Database version identifier, this is to be incremented whenever there // is a database change in the course of development. It is used