From 897759cc25b57ebf2754897e910c86931dec7d39 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Tue, 18 Oct 2022 11:21:44 -0400 Subject: [PATCH] version bump to v1.13.9 --- 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 9996f412c1..481f837e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA --- -## 1.13.9 / unreleased +## 1.13.9 / 2022-10-18 ### Security diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index 09f6faabd8..d06e7a9534 100644 --- a/lib/nokogiri/version/constant.rb +++ b/lib/nokogiri/version/constant.rb @@ -2,5 +2,5 @@ module Nokogiri # The version of Nokogiri you are using - VERSION = "1.13.8" + VERSION = "1.13.9" end