Skip to content

Commit b36b96a

Browse files
committed
Bump version to 3.0.0
- Update VERSION from 2.0.0 to 3.0.0 - Raise minimum Ruby version from 2.7 to 3.3 in gemspec - This is a major version bump due to breaking Ruby version change
1 parent 7a1b85b commit b36b96a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
3.0.0

git-status-tree.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require_relative 'lib/version'
44

55
Gem::Specification.new do |s|
66
s.name = 'git-status-tree'
7-
s.required_ruby_version = '>= 2.7'
7+
s.required_ruby_version = '>= 3.3'
88
s.version = GitStatusTree::VERSION
99
s.licenses = ['MIT', 'GPL-2.0']
1010
s.summary = 'git status in file tree format'

0 commit comments

Comments
 (0)