Skip to content

Commit 86b9cc6

Browse files
committed
bumping version
Signed-off-by: Aaron Patterson <[email protected]>
1 parent 1b50bc1 commit 86b9cc6

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
@@ -9,7 +9,7 @@
99
end
1010

1111
module StackProf
12-
VERSION = '0.2.22'
12+
VERSION = '0.2.23'
1313
end
1414

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

66
s.authors = 'Aman Gupta'

0 commit comments

Comments
 (0)