Skip to content

Commit 1a3ab85

Browse files
authored
Merge pull request #2126 from ruby/3.8.0.dev
Bump version number
2 parents d6cd022 + 984dc64 commit 1a3ab85

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rbs (3.7.0)
4+
rbs (3.8.0.dev)
55
logger
66

77
PATH
@@ -41,6 +41,7 @@ GEM
4141
digest (3.1.1)
4242
drb (2.2.1)
4343
ffi (1.17.0)
44+
ffi (1.17.0-x86_64-darwin)
4445
fileutils (1.7.2)
4546
goodcheck (3.1.0)
4647
marcel (>= 1.0, < 2.0)

lib/rbs/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RBS
4-
VERSION = "3.7.0"
4+
VERSION = "3.8.0.dev"
55
end

0 commit comments

Comments
 (0)