From ebdd3af48a2c4ddf35b0a73858ea72dcdb551188 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 fbea42b..d46c93b 100644 --- a/lib/stackprof.rb +++ b/lib/stackprof.rb @@ -18,7 +18,7 @@ end module StackProf - VERSION = '0.2.25' + VERSION = '0.2.26' end StackProf.autoload :Report, "stackprof/report.rb" diff --git a/stackprof.gemspec b/stackprof.gemspec index 4f6b34c..e853ca3 100644 --- a/stackprof.gemspec +++ b/stackprof.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'stackprof' - s.version = '0.2.25' + s.version = '0.2.26' s.homepage = 'http://github.com/tmm1/stackprof' s.authors = 'Aman Gupta'