Skip to content

Commit fcd48c6

Browse files
authored
Merge pull request #2930 from ruby/version-4.1.0.pre.1
Version 4.1.0.pre.1
2 parents a277a21 + cf1b168 commit fcd48c6

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
@@ -22,7 +22,7 @@ GIT
2222
PATH
2323
remote: .
2424
specs:
25-
rbs (4.1.0.dev)
25+
rbs (4.1.0.pre.1)
2626
logger
2727
prism (>= 1.6.0)
2828
tsort

lib/rbs/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 RBS
4-
VERSION = "4.1.0.dev"
4+
VERSION = "4.1.0.pre.1"
55
end

0 commit comments

Comments
 (0)