diff --git a/Gemfile.lock b/Gemfile.lock index 376784ab..0c0822af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby_ui (1.0.0.pre.alpha.4) + ruby_ui (1.0.0.beta1) GEM remote: https://rubygems.org/ diff --git a/lib/ruby_ui.rb b/lib/ruby_ui.rb index 8b278664..bebbe7b7 100644 --- a/lib/ruby_ui.rb +++ b/lib/ruby_ui.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RubyUI - VERSION = "1.0.0-alpha.4" + VERSION = "1.0.0.beta1" end