InfiniTime.git

commit 377fca9e58a7f14d9b923eee9fc9e9f5ed5b70eb

Author: JF <jf@codingfield.com>

Set version to 0.7.1

 CMakeLists.txt | 2 +-


diff --git a/CMakeLists.txt b/CMakeLists.txt
index 51ac2d189ebbc3080830382a4a3ee644128ceb6f..ed8abfc905ffd1e8878d299c5ea87e025d1f63e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.10)
-project(pinetime VERSION 0.7.0 LANGUAGES C CXX ASM)
+project(pinetime VERSION 0.7.1 LANGUAGES C CXX ASM)
 
 set(NRF_TARGET "nrf52")