Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Sep 12, 2024
1 parent 2490f0b commit 1c163d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
memery (1.5.0)
memery (1.6.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ task default: %i[lint spec]

desc "run benchmark"
task :benchmark do
require_relative "./benchmark"
require_relative "benchmark"
end
2 changes: 1 addition & 1 deletion lib/memery/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Memery
VERSION = "1.5.0"
VERSION = "1.6.0"
end

0 comments on commit 1c163d5

Please sign in to comment.