Skip to content

Commit 2adeab3

Browse files
authored
chore: Update version reference (#8)
1 parent ac30aa2 commit 2adeab3

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

lib/server/ai/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module LaunchDarkly
44
module Server
55
module AI
6-
VERSION = '0.0.0' # x-release-please-version
6+
VERSION = '0.1.0' # x-release-please-version
77
end
88
end
99
end

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"versioning": "default",
77
"include-component-in-tag": false,
88
"include-v-in-tag": false,
9-
"extra-files": ["PROVENANCE.md", "lib/ldclient-ai/version.rb"]
9+
"extra-files": ["PROVENANCE.md", "lib/server/ai/version.rb"]
1010
}
1111
}
1212
}

spec/spec_helper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# frozen_string_literal: true
22

3-
# require 'ldclient-ai'
4-
53
RSpec.configure do |config|
64
# Enable flags like --only-failures and --next-failure
75
config.example_status_persistence_file_path = '.rspec_status'

0 commit comments

Comments
 (0)