Sha256: 76216ebddd69ef4f7a5a6ca30971cca0443a74865299f1dc766133ef0fbcbdde

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

# frozen_string_literal: false
#
#   irb/version.rb - irb version definition file
#   	by Keiju ISHITSUKA(keiju@ishitsuka.com)
#

module IRB # :nodoc:
  VERSION = "1.6.4"
  @RELEASE_VERSION = VERSION
  @LAST_UPDATE_DATE = "2023-04-07"
end

Version data entries

1 entries across 1 versions & 1 rubygems

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