blob: 38fe36728ba4970f2950a8be818143eb6f8b3fbd (
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 = "1.4.2"
@RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2022-10-03"
end
|