Sha256: ccef755af0176094483e4bca3d65b20ad564f33784585d5daf863dcfc2185ce7

Contents?: true

Size: 296 Bytes

Versions: 1

Compression:

Stored size: 296 Bytes

Contents

# 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.1"
  @RELEASE_VERSION = VERSION
  @LAST_UPDATE_DATE = "2021-01-12"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
irb-1.3.1 lib/irb/version.rb