summaryrefslogtreecommitdiff
path: root/lib/irb/version.rb
blob: df58edd4a57d2cc3cb4e67cca84a8f12bdbe0e4e (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.3.8.pre.11"
  @RELEASE_VERSION = VERSION
  @LAST_UPDATE_DATE = "2021-10-09"
end