From 5e9312df7aa7122af04408572d41b602d3b845f7 Mon Sep 17 00:00:00 2001 From: Dillon-Brown Date: Thu, 28 Mar 2019 16:51:16 +0000 Subject: [PATCH] Increment suitecrm_version --- README.md | 2 +- suitecrm_version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 733fd6fc88a..d778079e12e 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## SuiteCRM 7.11.2 +## SuiteCRM 7.11.3 [![Build Status](https://travis-ci.org/salesagility/SuiteCRM.svg?branch=hotfix)](https://travis-ci.org/salesagility/SuiteCRM) [![codecov](https://codecov.io/gh/salesagility/SuiteCRM/branch/hotfix/graph/badge.svg)](https://codecov.io/gh/salesagility/SuiteCRM/branch/hotfix) diff --git a/suitecrm_version.php b/suitecrm_version.php index 53b6ccff0c6..a1e0f818efe 100755 --- a/suitecrm_version.php +++ b/suitecrm_version.php @@ -3,5 +3,5 @@ die('Not A Valid Entry Point'); } -$suitecrm_version = '7.11.2'; -$suitecrm_timestamp = '2019-02-20-17:00:00'; +$suitecrm_version = '7.11.3'; +$suitecrm_timestamp = '2019-03-28 17:00:00';