Skip to content

Commit dc44559

Browse files
authored
fix: Update missed version bump to LaunchDarkly::VERSION (#239)
1 parent 6bdfb4a commit dc44559

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/ldclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "7.3.0"
2+
VERSION = "7.3.1" # x-release-please-version
33
end

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"bump-minor-pre-major": true,
66
"versioning": "default",
77
"include-component-in-tag": false,
8-
"include-v-in-tag": false
8+
"include-v-in-tag": false,
9+
"extra-files": ["lib/ldclient-rb/version.rb"]
910
}
1011
}
1112
}

0 commit comments

Comments
 (0)