From 7d0a841107a6707337ecfd9c8f27cdecea57efd3 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Fri, 19 Jul 2024 09:42:35 -0400 Subject: [PATCH] chore: Fix initial version --- .release-please-manifest.json | 2 +- PROVENANCE.md | 2 +- lib/ldclient-openfeature/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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