Skip to content

Commit 3c1c52a

Browse files
committed
Release v1.0.0
1 parent a7a16f1 commit 3c1c52a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
require "bundler/setup"
4+
require "bundler/gem_tasks"
45
require "rspec/core/rake_task"
56

67
RSpec::Core::RakeTask.new(:spec)

lib/simple_master/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SimpleMaster
4-
VERSION = "0.1.0"
4+
VERSION = "1.0.0"
55
end

0 commit comments

Comments
 (0)