Sha256: a6b52458d62a4b47cedabcec3814bb1ecde99105e498f564747fa884b6634d04
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
# frozen_string_literal: true # :nocov: module LedgerSync VERSION = '2.2.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.2.1 | lib/ledger_sync/version.rb |