Sha256: 9b28f93b8e409d6e0ac7f0153ba404fe7c8f8bee19b408967ff62a0d6f53485a

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.3'

    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.3 lib/ledger_sync/netsuite/version.rb