Skip to content

Commit

Permalink
New build based on updates
Browse files Browse the repository at this point in the history
  • Loading branch information
harmony7 committed Mar 9, 2022
1 parent 0c3f104 commit 26232f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ script:
- bundle install --path vendor/bundle
- bundle exec rspec
- gem build fastly.gemspec
- gem install ./fastly-4.0.0.alpha1.gem
- gem install ./fastly-4.0.0.alpha2.gem
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Ruby client library for interacting with most facets of the [Fastly API](https://developer.fastly.com/reference/api).

> ⚠️ This client library (`4.0.0.alpha1`) is an early-access release. Features may change without notice. Use at your own risk.
> ⚠️ This client library (`4.0.0.alpha2`) is an early-access release. Features may change without notice. Use at your own risk.
**We strongly recommend that you do not install alpha and beta releases on live production services.** No official support is provided for such releases. Please try out the library in a test environment, see what breaks without worrying about consequences, and give us [feedback](#issues).

Expand All @@ -14,7 +14,7 @@ Read about the [Fastly Product Lifecycle](https://docs.fastly.com/products/fastl
To install via RubyGems, add the following to your project's `Gemfile`:

```ruby
gem 'fastly', '~> 4.0.0.alpha1'
gem 'fastly', '~> 4.0.0.alpha2'
```

Then run `bundle install`.
Expand Down
2 changes: 1 addition & 1 deletion lib/fastly/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
=end

module Fastly
VERSION = '4.0.0.alpha1'
VERSION = '4.0.0.alpha2'
end

0 comments on commit 26232f2

Please sign in to comment.