From 1c83b840f01482519d39e0e5fbef7a514d2b9fac Mon Sep 17 00:00:00 2001 From: Teon Banek Date: Mon, 9 Apr 2018 14:41:40 +0200 Subject: [PATCH] Bump memgraph version to 0.10 Reviewers: buda, mferencevic Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1346 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f4d1fb266..52472952f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ string(STRIP ${COMMIT_HASH} COMMIT_HASH) # ----------------------------------------------------------------------------- -project(memgraph VERSION 0.9.0) +project(memgraph VERSION 0.10.0) # ----------------------------------------------------------------------------- # setup CMake module path, defines path for include() and find_package()