Skip to content

Commit 7be6f04

Browse files
committed
version bump to v1.11.1
1 parent aa0c399 commit 7be6f04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
44

55
---
66

7-
## v1.11.1 / unreleased
7+
## v1.11.1 / 2021-01-06
88

99
### Fixed
1010

lib/nokogiri/version/constant.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Nokogiri
33
# The version of Nokogiri you are using
4-
VERSION = "1.11.0"
4+
VERSION = "1.11.1"
55
end

0 commit comments

Comments
 (0)