We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74be0b commit 92193acCopy full SHA for 92193ac
lib/rake/version.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
module Rake
3
- VERSION = "13.4.0"
+ VERSION = "13.4.1"
4
5
module Version # :nodoc: all
6
MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "."
0 commit comments