diff --git a/CMakeLists.txt b/CMakeLists.txt
index d4b6ad8d23de2295536b91277c2fc256be2e5915..04aa82397a7283f69d1e935e17621c346804322d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,11 +37,7 @@
 
 cmake_minimum_required( VERSION 3.2 FATAL_ERROR )
 project( CALAMARES
-<<<<<<< HEAD
-    VERSION 3.2.7.1
-=======
-    VERSION 3.2.9
->>>>>>> development
+    VERSION 3.2.8
     LANGUAGES C CXX )
 
 set( CALAMARES_VERSION_RC 0 )  # Set to 0 during release cycle, 1 during development