Skip to content

Commit f27ee5b

Browse files
committed
bump version
1 parent eb1db9f commit f27ee5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/stackprof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
end
1515

1616
module StackProf
17-
VERSION = '0.2.23'
17+
VERSION = '0.2.24'
1818
end
1919

2020
StackProf.autoload :Report, "stackprof/report.rb"

stackprof.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'stackprof'
3-
s.version = '0.2.23'
3+
s.version = '0.2.24'
44
s.homepage = 'http://github.com/tmm1/stackprof'
55

66
s.authors = 'Aman Gupta'

0 commit comments

Comments
 (0)