Skip to content

Commit 9c5ea0e

Browse files
committed
Bump version to 0.4.1
1 parent 57617e9 commit 9c5ea0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include(CMakePackageConfigHelpers)
1111
# Set the version number.
1212
set(CPPKAFKA_VERSION_MAJOR 0)
1313
set(CPPKAFKA_VERSION_MINOR 4)
14-
set(CPPKAFKA_VERSION_REVISION 0)
14+
set(CPPKAFKA_VERSION_REVISION 1)
1515
set(CPPKAFKA_VERSION "${CPPKAFKA_VERSION_MAJOR}.${CPPKAFKA_VERSION_MINOR}.${CPPKAFKA_VERSION_REVISION}")
1616
set(RDKAFKA_MIN_VERSION "0.9.4")
1717
set(RDKAFKA_MIN_VERSION_HEX 0x00090400)

0 commit comments

Comments
 (0)