# frozen_string_literal: true module Aliyun VERSION = "0.1.19" DEFAULT_UA = "AlibabaCloud (#{Gem::Platform.local.os}; " + "#{Gem::Platform.local.cpu}) Ruby/#{RUBY_VERSION} Core/#{VERSION}" end