Skip to content

Commit

Permalink
version bump to v1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 27, 2021
1 parent 2a0ac88 commit 47f6a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [README.md](README.md) for details.

## 1.12.next / unreleased
## 1.12.5 / 2021-09-27

### Security

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.12.4"
VERSION = "1.12.5"
end

0 comments on commit 47f6a46

Please sign in to comment.