From af72646b6bbb9e32eb5f82ad499d32a9dedad9f2 Mon Sep 17 00:00:00 2001 From: Robin Daugherty Date: Tue, 16 Mar 2021 22:39:28 -0400 Subject: [PATCH] Version 1.0.1rc1 --- debug_inspector.gemspec | 2 +- lib/rubyvm/debug_inspector/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debug_inspector.gemspec b/debug_inspector.gemspec index 72df0b3..a255003 100644 --- a/debug_inspector.gemspec +++ b/debug_inspector.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "debug_inspector" - spec.version = "1.0.0" + spec.version = "1.1.0rc1" spec.authors = ["John Mair (banisterfiend)"] spec.email = ["jrmair@gmail.com"] diff --git a/lib/rubyvm/debug_inspector/version.rb b/lib/rubyvm/debug_inspector/version.rb index 06b43e6..de6f723 100644 --- a/lib/rubyvm/debug_inspector/version.rb +++ b/lib/rubyvm/debug_inspector/version.rb @@ -1,4 +1,4 @@ class RubyVM::DebugInspector # Don't forget to update the version string in the gemspec file. - VERSION = "1.0.0" + VERSION = "1.1.0rc1" end