Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Mar 20, 2023
1 parent eb1db9f commit f27ee5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/stackprof.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end

module StackProf
VERSION = '0.2.23'
VERSION = '0.2.24'
end

StackProf.autoload :Report, "stackprof/report.rb"
Expand Down
2 changes: 1 addition & 1 deletion stackprof.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'stackprof'
s.version = '0.2.23'
s.version = '0.2.24'
s.homepage = 'http://github.com/tmm1/stackprof'

s.authors = 'Aman Gupta'
Expand Down

0 comments on commit f27ee5b

Please sign in to comment.