# frozen_string_literal: true module Pennyworth # Gem identity information. module Identity NAME = "pennyworth" LABEL = "Pennyworth" VERSION = "9.2.0" VERSION_LABEL = "#{LABEL} #{VERSION}" end end