We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6986bf commit e245744Copy full SHA for e245744
CMakeLists.txt
@@ -28,7 +28,7 @@
28
cmake_minimum_required(VERSION 3.1.0)
29
include(${CMAKE_ROOT}/Modules/ExternalProject.cmake)
30
31
-project(iota VERSION "1.2.0")
+project(iota VERSION "1.2.1")
32
enable_language(C CXX)
33
34
option(BUILD_TESTING "" OFF)
include/iota/version.hpp
@@ -27,5 +27,5 @@
27
#define IOTA_VERSION_MAJOR 1
#define IOTA_VERSION_MINOR 2
-#define IOTA_VERSION_PATCH 0
-#define IOTA_VERSION "1.2.0"
+#define IOTA_VERSION_PATCH 1
+#define IOTA_VERSION "1.2.1"
0 commit comments