Skip to content

Commit d89b560

Browse files
committed
Bump version to 3.0.0
1 parent 5232dbc commit d89b560

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby_memcheck (2.3.0)
4+
ruby_memcheck (3.0.0)
55
nokogiri
66

77
GEM
@@ -17,8 +17,6 @@ GEM
1717
nokogiri (1.16.3)
1818
mini_portile2 (~> 2.8.2)
1919
racc (~> 1.4)
20-
nokogiri (1.16.3-arm64-darwin)
21-
racc (~> 1.4)
2220
parallel (1.24.0)
2321
parser (3.3.0.5)
2422
ast (~> 2.4.1)

lib/ruby_memcheck/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubyMemcheck
4-
VERSION = "2.3.0"
4+
VERSION = "3.0.0"
55
end

0 commit comments

Comments
 (0)