Skip to content

Commit a4d23d1

Browse files
committed
bumping version
1 parent d90ad35 commit a4d23d1

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
@@ -18,7 +18,7 @@
1818
end
1919

2020
module StackProf
21-
VERSION = '0.2.26'
21+
VERSION = '0.2.27'
2222
end
2323

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

66
s.authors = 'Aman Gupta'

0 commit comments

Comments
 (0)