Skip to content

Commit 4653b3f

Browse files
committed
build: bump to Fluent Bit v2.0
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 42b2d0e commit 4653b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.0)
22
project(fluent-bit)
33

44
# Fluent Bit Version
5-
set(FLB_VERSION_MAJOR 1)
6-
set(FLB_VERSION_MINOR 9)
5+
set(FLB_VERSION_MAJOR 2)
6+
set(FLB_VERSION_MINOR 0)
77
set(FLB_VERSION_PATCH 0)
88
set(FLB_VERSION_STR "${FLB_VERSION_MAJOR}.${FLB_VERSION_MINOR}.${FLB_VERSION_PATCH}")
99

0 commit comments

Comments
 (0)