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