From 2ba3b9dad1cb4f37c42348998aff18c4832468cb Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Tue, 26 Dec 2023 15:45:01 -0500 Subject: [PATCH] fix: Update missed version bump to LaunchDarkly::VERSION --- lib/ldclient-rb/version.rb | 2 +- release-please-config.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ldclient-rb/version.rb b/lib/ldclient-rb/version.rb index 28bed713..12ef2166 100644 --- a/lib/ldclient-rb/version.rb +++ b/lib/ldclient-rb/version.rb @@ -1,3 +1,3 @@ module LaunchDarkly - VERSION = "7.3.0" + VERSION = "7.3.1" # x-release-please-version end diff --git a/release-please-config.json b/release-please-config.json index 9c5e3af8..6b56b444 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -5,7 +5,8 @@ "bump-minor-pre-major": true, "versioning": "default", "include-component-in-tag": false, - "include-v-in-tag": false + "include-v-in-tag": false, + "extra-files": ["lib/ldclient-rb/version.rb"] } } }