Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed May 2, 2024
1 parent 5232dbc commit d89b560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ruby_memcheck (2.3.0)
ruby_memcheck (3.0.0)
nokogiri

GEM
Expand All @@ -17,8 +17,6 @@ GEM
nokogiri (1.16.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.3-arm64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_memcheck/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RubyMemcheck
VERSION = "2.3.0"
VERSION = "3.0.0"
end

0 comments on commit d89b560

Please sign in to comment.