summaryrefslogtreecommitdiff
path: root/lib/irb/version.rb
blob: 955a3a81da9b8c84f023fa8f95e497abbb0e162a (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([email protected])
#

module IRB # :nodoc:
  VERSION = "1.14.1"
  @RELEASE_VERSION = VERSION
  @LAST_UPDATE_DATE = "2024-09-25"
end