Skip to content

Commit f88effe

Browse files
committed
bump version
1 parent 0f74067 commit f88effe

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
@@ -1,7 +1,7 @@
11
require "stackprof/stackprof"
22

33
module StackProf
4-
VERSION = '0.2.18'
4+
VERSION = '0.2.19'
55
end
66

77
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.18'
3+
s.version = '0.2.19'
44
s.homepage = 'http://github.com/tmm1/stackprof'
55

66
s.authors = 'Aman Gupta'

0 commit comments

Comments
 (0)