Skip to content

Commit

Permalink
version bump to v1.11.0.rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 29, 2020
1 parent d0803b9 commit f7bc31f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ We bump `Major.Minor.Patch` versions following this guidance:

## Unreleased (will be v1.11.0)

Latest is `v1.11.0.rc3` (2020-09-08). To try out release candidates, use `gem install --prerelease` or `gem install nokogiri -v1.11.0.rc3`
Latest is `v1.11.0.rc4` (2020-12-29). To try out release candidates, use `gem install --prerelease` or `gem install nokogiri -v1.11.0.rc4`

If you're using bundler, try updating your Gemfile with:

``` ruby
gem "nokogiri", "~> 1.11.0.rc3"`
gem "nokogiri", "~> 1.11.0.rc4"`
```


Expand Down
2 changes: 1 addition & 1 deletion lib/nokogiri/version/constant.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Nokogiri
# The version of Nokogiri you are using
VERSION = "1.11.0.rc3"
VERSION = "1.11.0.rc4"
end

0 comments on commit f7bc31f

Please sign in to comment.