Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/server/ai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
}
2 changes: 0 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -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'
Expand Down