Sha256: bc641c8fa62dae056c2c4c58c862ca867eae96320c6cf96e988ad37b32c83255

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

# frozen_string_literal: true

module Ibrain
  VERSION = "0.3.2-rc.3"

  def self.ibrain_version
    VERSION
  end

  def self.previous_ibrain_minor_version
    '0.3.2-rc.2'
  end

  def self.ibrain_gem_version
    Gem::Version.new(ibrain_version)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ibrain-core-0.3.2.pre.rc.3 lib/ibrain/core/version.rb