# frozen_string_literal: true module Payment module Manager module Client VERSION = '0.3.0' end end end