Skip to content

Commit

Permalink
Remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Jun 17, 2023
1 parent 69ae07f commit dec10c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ task 'deep_clean' do
end

desc 'Bumpup minor version and release'
task release: %w[clean build:all] do
task 'release' do
version = Rf::VERSION.split('.')
version[1].succ! # increment minor version
File.write('mrblib/rf/version.rb', <<~VERSION)
Expand Down

0 comments on commit dec10c9

Please sign in to comment.