blob: f872885e2b4c0a7c78fd11ce40f95a548c1089cc (
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([email protected])
#
# --
#
#
#
module IRB # :nodoc:
VERSION = "0.9.6"
@RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "09/06/30"
end
|