Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update versions in README.md #184

Merged
merged 1 commit into from
Jul 10, 2024
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Leverage the [Unleash Server](https://github.com/Unleash/unleash) for powerful f
Add this line to your application's Gemfile:

```ruby
gem 'unleash', '~> 5.0.0'
gem 'unleash', '~> 5.0.3'
```

And then execute:
Expand All @@ -46,7 +46,7 @@ Please substitute the example `'https://unleash.herokuapp.com/api'` for the url

### instance_id

As of version 6.0.0, `instance_id` is now an automatically generated read-only property.
As of version 5.0.3, `instance_id` is now an automatically generated read-only property.

```ruby
Unleash.configure do |config|
Expand Down
Loading