Skip to content

Commit 9d69b44

Browse files
committed
version bump to v1.11.4
1 parent 058e87f commit 9d69b44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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-
## 1.11.4 / unreleased
7+
## 1.11.4 / 2021-05-14
88

99
### Security
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.3"
4+
VERSION = "1.11.4"
55
end

0 commit comments

Comments
 (0)