From daa5ed0c8361cd7f996d70cf049054d1ac715480 Mon Sep 17 00:00:00 2001 From: Ata E Husain Bohra Date: Sat, 2 Sep 2023 12:54:13 -0700 Subject: [PATCH] Bump version to 71.3.6 for snowflake/release-71.3 (#10863) Description Bump snowflake/release-71.3 from 71.3.5 -> 71.3.6 Testing --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dc770b9a4de..874a03b34ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ if(POLICY CMP0135) endif() project(foundationdb - VERSION 71.3.5 + VERSION 71.3.6 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)