# frozen_string_literal: true module Steam # Major version of the gem MAJOR = '0' # Minor version of the gem MINOR = '1' # Patch version of the gem PATCH = '2' # Current Steam gem version VERSION = [MAJOR, MINOR, PATCH].join('.') end