Skip to content

Commit

Permalink
Merge pull request #31 from BetterErrors/feature/version-1.1.0rc1
Browse files Browse the repository at this point in the history
Bump version to 1.0.1rc1
  • Loading branch information
RobinDaugherty authored Mar 17, 2021
2 parents 1b1d576 + af72646 commit 28dcbb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debug_inspector.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]

Expand Down
2 changes: 1 addition & 1 deletion lib/rubyvm/debug_inspector/version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 28dcbb3

Please sign in to comment.