Sha256: 1d38a046d08c65fb2e69631016b391e10e8e1b5ce1e3f390081e7a2b48aca846
Contents?: true
Size: 144 Bytes
Versions: 1
Compression:
Stored size: 144 Bytes
Contents
# frozen_string_literal: true module BlockchainNode MAJOR = 0 MINOR = 0 PATCH = 5 VERSION = [MAJOR, MINOR, PATCH].join('.').freeze end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blockchain-node-0.0.5 | lib/blockchain-node/version.rb |