From 0499ec0a47fe3eb4a64b1a841d74eea2c8987365 Mon Sep 17 00:00:00 2001 From: Michael Leuchtenburg Date: Fri, 6 Sep 2024 15:24:52 -0400 Subject: [PATCH] Bump the engine version to 8.7.13 --- CHANGELOG.md | 3 +++ config.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f21ee..d0e9904 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 0.2.33 - 2024-08-26 + - SingleStoreDB Version 8.7.13 + ## 0.2.32 - 2024-08-26 - SingleStoreDB Version 8.7.12 diff --git a/config.json b/config.json index aea4eea..7e55294 100755 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "channel": "production", - "server": "8.7.12-483e5f8acb", + "server": "8.7.13-2ff14d2928", "toolbox": "1.17.4", "client": "1.0.7", "studio": "4.0.14"