From d244fb828d4c147952484ea92a5d341f2633a333 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 7 Apr 2021 16:13:56 -0400 Subject: [PATCH] version bump to v1.11.3 --- CHANGELOG.md | 2 +- lib/nokogiri/version/constant.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cecbf4753a0..b6b476529b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- -## next / unreleased +## 1.11.3 / 2021-04-07 ### Fixed diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index de63aaa8f82..bb3e4ee505b 100644 --- a/lib/nokogiri/version/constant.rb +++ b/lib/nokogiri/version/constant.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nokogiri # The version of Nokogiri you are using - VERSION = "1.11.2" + VERSION = "1.11.3" end