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

module IRB # :nodoc:
  VERSION = "1.6.2"
  @RELEASE_VERSION = VERSION
  @LAST_UPDATE_DATE = "2022-12-13"
end