Skip to content

Commit

Permalink
Bump version to v1.13.0 (#941)
Browse files Browse the repository at this point in the history
* Bump version to v1.13.0

* Add Documentation category to changelog
  • Loading branch information
st0012 committed May 1, 2024
1 parent 0bbe435 commit b9b1f35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ changelog:
- title: 🐛 Bug Fixes
labels:
- bug
- title: 📚 Documentation
labels:
- documentation
- title: 🛠 Other Changes
labels:
- "*"
4 changes: 2 additions & 2 deletions lib/irb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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 comments on commit b9b1f35

Please sign in to comment.