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