Skip to content

Commit 185c091

Browse files
authored
chore: Fix initial version (#5)
1 parent 39712d5 commit 185c091

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.0.0"
33
}

PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
SDK_VERSION=0.1.0
12+
SDK_VERSION=0.0.0
1313
```
1414
<!-- x-release-please-end -->
1515

lib/ldclient-openfeature/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module LaunchDarkly
44
module OpenFeature
5-
VERSION = "0.1.0" # x-release-please-version
5+
VERSION = "0.0.0" # x-release-please-version
66
end
77
end

0 commit comments

Comments
 (0)