Skip to content

Commit 70a4cf8

Browse files
committed
Bump version to 3.0.0
1 parent 5b6ef14 commit 70a4cf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
daemon_controller (2.0.0)
4+
daemon_controller (3.0.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/daemon_controller/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# THE SOFTWARE.
2323

2424
class DaemonController
25-
MAJOR = 2
25+
MAJOR = 3
2626
MINOR = 0
2727
TINY = 0
2828
VERSION_STRING = "#{MAJOR}.#{MINOR}.#{TINY}"

0 commit comments

Comments
 (0)