From 0965f9e73be4d664c7ca9a8c6e7d2073afef5766 Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Thu, 4 Jun 2020 19:11:50 -0700 Subject: [PATCH] update version to 6.2.23 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d21a748bc7..ca479db0da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ # limitations under the License. cmake_minimum_required(VERSION 3.12) project(foundationdb - VERSION 6.2.22 + VERSION 6.2.23 DESCRIPTION "FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions." HOMEPAGE_URL "http://www.foundationdb.org/" LANGUAGES C CXX ASM)