Actions
Feature #18513
closedHide patchlevel from `ruby -v`
    Feature #18513:
    Hide patchlevel from `ruby -v`
  
Description
We still show patch-level like 3.1.0p0 with ruby -v. But it has no benefit for users.
In fact, I heard "What does "p0" mean?" from Ruby programmer in this week.
I think we should show only 3.2.0 after Ruby 3.2.0 for especially new users.
Actions