From 78cf3bf80071bcea544cf1c918532c1ce5ffe1d4 Mon Sep 17 00:00:00 2001
From: FoundationDB CI <foundationdb_ci@apple.com>
Date: Thu, 16 Jan 2025 22:39:54 +0000
Subject: [PATCH] update version after 7.1.67 release

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 219164138d..a78b1044f3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ else()
 endif()
 
 project(foundationdb
-  VERSION 7.1.67
+  VERSION 7.1.68
   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)