Skip to content

Commit

Permalink
build: bump to v1.9.10
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Nov 15, 2022
1 parent a601857 commit 8b44b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(fluent-bit)
# Fluent Bit Version
set(FLB_VERSION_MAJOR 1)
set(FLB_VERSION_MINOR 9)
set(FLB_VERSION_PATCH 9)
set(FLB_VERSION_PATCH 10)
set(FLB_VERSION_STR "${FLB_VERSION_MAJOR}.${FLB_VERSION_MINOR}.${FLB_VERSION_PATCH}")

set(CMAKE_POSITION_INDEPENDENT_CODE ON)
Expand Down

0 comments on commit 8b44b26

Please sign in to comment.