There was an error while loading. Please reload this page.
1 parent eb1db9f commit f27ee5bCopy full SHA for f27ee5b
lib/stackprof.rb
@@ -14,7 +14,7 @@
14
end
15
16
module StackProf
17
- VERSION = '0.2.23'
+ VERSION = '0.2.24'
18
19
20
StackProf.autoload :Report, "stackprof/report.rb"
stackprof.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |s|
2
s.name = 'stackprof'
3
- s.version = '0.2.23'
+ s.version = '0.2.24'
4
s.homepage = 'http://github.com/tmm1/stackprof'
5
6
s.authors = 'Aman Gupta'
0 commit comments