From 5476cda5c368773c5198a7157d032fe4fc93d795 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 28 Oct 2023 10:23:14 +0900 Subject: [PATCH] Bump up v13.1.0 --- lib/rake/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rake/version.rb b/lib/rake/version.rb index a0bd095c1..9808db094 100644 --- a/lib/rake/version.rb +++ b/lib/rake/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Rake - VERSION = "13.0.6" + VERSION = "13.1.0" module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "."