Sha256: 7e22866468dba7b1c4a14b03dcdbdecb85a797ffa29f415476bff03922b8d334

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.2.4"
  @RELEASE_VERSION = VERSION
  @LAST_UPDATE_DATE = "2020-05-02"
end

Version data entries

1 entries across 1 versions & 1 rubygems

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