summaryrefslogtreecommitdiff
path: root/lib/irb/version.rb
blob: 7669c1c535438628dac6a9f79db5c390bdf644d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# frozen_string_literal: false
#
#   irb/version.rb - irb version definition file
#   	$Release Version: 0.9.6$
#   	$Revision$
#   	by Keiju ISHITSUKA(keiju@ishitsuka.com)
#
# --
#
#
#

module IRB # :nodoc:
  VERSION = "1.2.3"
  @RELEASE_VERSION = VERSION
  @LAST_UPDATE_DATE = "2020-02-15"
end