summaryrefslogtreecommitdiff
path: root/lib/irb/version.rb
blob: c41917329c29243038ccb66cbbba09fcf331937e (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true
#
#   irb/version.rb - irb version definition file
#   	by Keiju ISHITSUKA(keiju@ishitsuka.com)
#

module IRB # :nodoc:
  VERSION = "1.13.1"
  @RELEASE_VERSION = VERSION
  @LAST_UPDATE_DATE = "2024-05-05"
end