Sha256: 75e1fc01e5e7819dda18c829fc1e3a8e9be500f2864549c97397f18a20fe67fe
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true # :nocov: module LedgerSync module NetSuite VERSION = '0.7.1' def self.version if ENV['PRE_RELEASE'] "#{VERSION}.pre.#{ENV.fetch('GITHUB_RUN_NUMBER', nil)}" else VERSION end end end end # :nocov:
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-netsuite-0.7.1 | lib/ledger_sync/netsuite/version.rb |