Skip to content

Commit d87bfef

Browse files
committed
Only use a.b.x for specifying Ruby compat version
1 parent ea2002b commit d87bfef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/2026-07-22-jruby-10-1-1-0.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The JRuby community is pleased to announce the release of JRuby 10.1.1.0.
88
* Homepage: [https://www.jruby.org/](https://www.jruby.org/)
99
* Download: [https://www.jruby.org/download](https://www.jruby.org/download)
1010

11-
JRuby 10.1.1.x targets Ruby 4.0 compatibility.
11+
JRuby 10.1.x targets Ruby 4.0 compatibility.
1212

1313
Thank you to our contributors this release, you help keep JRuby moving forward! [@chadlwilson], [@kares], [@katafrakt], [@sampokuokkanen], [@segiddins], [@shugo]
1414

rakelib/release.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def boiler_top(version, ruby_version:)=<<~"EOS"
193193
* Homepage: [https://www.jruby.org/](https://www.jruby.org/)
194194
* Download: [https://www.jruby.org/download](https://www.jruby.org/download)
195195
196-
JRuby #{version.split('.')[0..2].join('.')}.x targets Ruby #{ruby_version} compatibility.
196+
JRuby #{version.split('.')[0..1].join('.')}.x targets Ruby #{ruby_version} compatibility.
197197
198198
Thank you to our contributors this release, you help keep JRuby moving forward!
199199

0 commit comments

Comments
 (0)