Sha256: 19eea4f23e51cf78169b9cbd114623ed7302dfa3f0b9008e8c11d80c8fa33dde

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.6.1"
  @RELEASE_VERSION = VERSION
  @LAST_UPDATE_DATE = "2022-12-13"
end

Version data entries

1 entries across 1 versions & 1 rubygems

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