From a4d23d18fe27967da3de8246803fe42cb2f76009 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 15 Jan 2024 08:59:24 -0800 Subject: [PATCH] bumping version --- lib/stackprof.rb | 2 +- stackprof.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/stackprof.rb b/lib/stackprof.rb index d46c93b3..98a892ad 100644 --- a/lib/stackprof.rb +++ b/lib/stackprof.rb @@ -18,7 +18,7 @@ end module StackProf - VERSION = '0.2.26' + VERSION = '0.2.27' end StackProf.autoload :Report, "stackprof/report.rb" diff --git a/stackprof.gemspec b/stackprof.gemspec index e853ca3b..0f70a5f0 100644 --- a/stackprof.gemspec +++ b/stackprof.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'stackprof' - s.version = '0.2.26' + s.version = '0.2.27' s.homepage = 'http://github.com/tmm1/stackprof' s.authors = 'Aman Gupta'