Skip to content

Commit a25b789

Browse files
committed
version: reflect organization and status change
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>
1 parent b63bcf4 commit a25b789

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/fluent-bit/flb_version.h.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ static inline void flb_version_banner()
8383
#endif
8484
fprintf(stderr, "* %sCopyright (C) 2015-2025 The Fluent Bit Authors%s\n",
8585
copyright_color, reset_color);
86-
fprintf(stderr, "* Fluent Bit is a CNCF sub-project under the "
87-
"umbrella of Fluentd\n");
86+
fprintf(stderr, "* Fluent Bit is a CNCF graduated project under the "
87+
"Fluent organization\n");
88+
8889
fprintf(stderr, "* https://fluentbit.io\n\n");
8990

9091
#ifdef FLB_MOTD_H

0 commit comments

Comments
 (0)