diff --git a/lib/server/ai/version.rb b/lib/server/ai/version.rb index 0fcda51..279eecd 100644 --- a/lib/server/ai/version.rb +++ b/lib/server/ai/version.rb @@ -3,7 +3,7 @@ module LaunchDarkly module Server module AI - VERSION = '0.0.0' # x-release-please-version + VERSION = '0.1.0' # x-release-please-version end end end diff --git a/release-please-config.json b/release-please-config.json index c7e9df9..4b89299 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,7 +6,7 @@ "versioning": "default", "include-component-in-tag": false, "include-v-in-tag": false, - "extra-files": ["PROVENANCE.md", "lib/ldclient-ai/version.rb"] + "extra-files": ["PROVENANCE.md", "lib/server/ai/version.rb"] } } } diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 7975e16..7ee4005 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -# require 'ldclient-ai' - RSpec.configure do |config| # Enable flags like --only-failures and --next-failure config.example_status_persistence_file_path = '.rspec_status'