Sha256: c7b45dc359f493149571bec6d1c85af991657716dfa297db03f3ded7ec143e4b

Contents?: true

Size: 221 Bytes

Versions: 1

Compression:

Stored size: 221 Bytes

Contents

# frozen_string_literal: true

module Basic101

  # Release information.  This is used by the gemspec, and optionally
  # by the library as well.
  module Release

    VERSION = "1.0.1"
    DATE = "2022-03-11"

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
basic101-1.0.1 lib/basic101/release.rb