We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdfb4a commit dc44559Copy full SHA for dc44559
lib/ldclient-rb/version.rb
@@ -1,3 +1,3 @@
1
module LaunchDarkly
2
- VERSION = "7.3.0"
+ VERSION = "7.3.1" # x-release-please-version
3
end
release-please-config.json
@@ -5,7 +5,8 @@
5
"bump-minor-pre-major": true,
6
"versioning": "default",
7
"include-component-in-tag": false,
8
- "include-v-in-tag": false
+ "include-v-in-tag": false,
9
+ "extra-files": ["lib/ldclient-rb/version.rb"]
10
}
11
12
0 commit comments