Sha256: 81b3a2b1e34a57a080f4ed18de7b9c6e167983e6f9c1c1a131f87df24b7a289d

Contents?: true

Size: 227 Bytes

Versions: 1

Compression:

Stored size: 227 Bytes

Contents

# frozen_string_literal: true

# :nocov:
module LedgerSync
  VERSION = '2.0.1'

  def self.version
    if ENV['PRE_RELEASE']
      "#{VERSION}.pre.#{ENV['GITHUB_RUN_NUMBER']}"
    else
      VERSION
    end
  end
end
# :nocov:

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ledger_sync-2.0.1 lib/ledger_sync/version.rb