From 56a8dacd945ab409e08ddea60567c9f6cc41326f Mon Sep 17 00:00:00 2001 From: Dillon-Brown Date: Thu, 31 Jan 2019 17:16:54 +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 2496289df4e..4b8cdde8ac8 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## SuiteCRM 7.10.12 +## SuiteCRM 7.10.13 [![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 d175ebe44bd..729330fdc0c 100755 --- a/suitecrm_version.php +++ b/suitecrm_version.php @@ -3,5 +3,5 @@ die('Not A Valid Entry Point'); } -$suitecrm_version = '7.10.12'; -$suitecrm_timestamp = '2019-01-14 12:00:00'; +$suitecrm_version = '7.10.13'; +$suitecrm_timestamp = '2019-01-31-17:00:00';