We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbe435 commit b9b1f35Copy full SHA for b9b1f35
.github/release.yml
@@ -8,6 +8,9 @@ changelog:
8
- title: 🐛 Bug Fixes
9
labels:
10
- bug
11
+ - title: 📚 Documentation
12
+ labels:
13
+ - documentation
14
- title: 🛠 Other Changes
15
16
- "*"
lib/irb/version.rb
@@ -5,7 +5,7 @@
5
#
6
7
module IRB # :nodoc:
- VERSION = "1.12.0"
+ VERSION = "1.13.0"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2024-03-06"
+ @LAST_UPDATE_DATE = "2024-05-01"
end
0 commit comments