From add07239da8025be1376be04dbcc05658cc8b4f5 Mon Sep 17 00:00:00 2001 From: Takuro Ashie Date: Mon, 16 Jan 2023 15:49:12 +0900 Subject: [PATCH] Bump up the package version to 5.0 The mater branch is now going to develop v5.0. Signed-off-by: Takuro Ashie --- td-agent/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td-agent/config.rb b/td-agent/config.rb index 117d14b55..991e3fc86 100644 --- a/td-agent/config.rb +++ b/td-agent/config.rb @@ -1,5 +1,5 @@ PACKAGE_NAME = "td-agent" -PACKAGE_VERSION = "4.4.2" +PACKAGE_VERSION = "5.0.0" FLUENTD_REVISION = 'e89092ce1132a933c12bb23fe8c9323c07ca81f5' # v1.15.3 FLUENTD_LOCAL_GEM_REPO = "file://" + File.expand_path(File.join(__dir__, "local_gem_repo"))