From a1c1fb48964d67608ccf602875fdf16f54c383af Mon Sep 17 00:00:00 2001 From: Chris Murray Date: Wed, 13 Dec 2023 01:23:39 +0000 Subject: [PATCH] version number bump post merge of #530 version number bump post merge of #530 --- README.md | 2 +- crm/include/crm.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abef745f..6e027b49 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Seltzer CRM 0.7.36 - An open source CRM for hackerspaces +Seltzer CRM 0.7.37 - An open source CRM for hackerspaces Copyright 2009-2023 Edward L. Platt Distributed under GPLv3 (see COPYING for more info) diff --git a/crm/include/crm.inc.php b/crm/include/crm.inc.php index 2510be63..7f291f0b 100644 --- a/crm/include/crm.inc.php +++ b/crm/include/crm.inc.php @@ -24,7 +24,7 @@ $crm_version = array( 'major' => 0 , 'minor' => 7 - , 'patch' => 36 + , 'patch' => 37 , 'revision' => 'dev' ); require_once($crm_root . '/config.inc.php');