From a2a863b009afebe7a0363e16f5bcccccbf326bf6 Mon Sep 17 00:00:00 2001 From: Deda <marko.barisic@memgraph.io> Date: Fri, 16 Feb 2024 08:45:14 +0100 Subject: [PATCH] Override memgraph version to 2.14.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7253e934..ae825cea3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ option(MG_ENTERPRISE "Build Memgraph Enterprise Edition" ON) # Set the current version here to override the automatic version detection. The # version must be specified as `X.Y.Z`. Primarily used when building new patch # versions. -set(MEMGRAPH_OVERRIDE_VERSION "2.14.0") +set(MEMGRAPH_OVERRIDE_VERSION "2.14.1") # Custom suffix that this version should have. The suffix can be any arbitrary # string. Primarily used when building a version for a specific customer.