Sha256: f63cf76a49460cd6176fab166cd0a49bc7adb141532db1a35bed83e6b2945c2e
Contents?: true
Size: 212 Bytes
Versions: 7
Compression:
Stored size: 212 Bytes
Contents
# frozen_string_literal: true module Dagger # rubocop:disable Style/Documentation begin require 'git-version-bump' VERSION = GVB.version.freeze rescue LoadError VERSION = '0.0.0.UNDEF' end end
Version data entries
7 entries across 7 versions & 1 rubygems