Skip to content

Commit

Permalink
build: bump to v1.3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Feb 14, 2020
1 parent bebe534 commit 3e195de
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 3)
set(FLB_VERSION_PATCH 7)
set(FLB_VERSION_PATCH 8)
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 3e195de

Please sign in to comment.