Skip to content

Commit b9b1f35

Browse files
authored
Bump version to v1.13.0 (#941)
* Bump version to v1.13.0 * Add Documentation category to changelog
1 parent 0bbe435 commit b9b1f35

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ changelog:
88
- title: 🐛 Bug Fixes
99
labels:
1010
- bug
11+
- title: 📚 Documentation
12+
labels:
13+
- documentation
1114
- title: 🛠 Other Changes
1215
labels:
1316
- "*"

lib/irb/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
module IRB # :nodoc:
8-
VERSION = "1.12.0"
8+
VERSION = "1.13.0"
99
@RELEASE_VERSION = VERSION
10-
@LAST_UPDATE_DATE = "2024-03-06"
10+
@LAST_UPDATE_DATE = "2024-05-01"
1111
end

0 commit comments

Comments
 (0)