diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..e18ee07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.0.0" } diff --git a/PROVENANCE.md b/PROVENANCE.md index 3c762cc..4f15cc5 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https ``` # Set the version of the SDK to verify -SDK_VERSION=0.1.0 +SDK_VERSION=0.0.0 ``` diff --git a/lib/ldclient-openfeature/version.rb b/lib/ldclient-openfeature/version.rb index 22f2e7c..9dd5b90 100644 --- a/lib/ldclient-openfeature/version.rb +++ b/lib/ldclient-openfeature/version.rb @@ -2,6 +2,6 @@ module LaunchDarkly module OpenFeature - VERSION = "0.1.0" # x-release-please-version + VERSION = "0.0.0" # x-release-please-version end end