lib/rancher/api/version.rb in rancher-api-beta-0.8.0.pre.beta vs lib/rancher/api/version.rb in rancher-api-beta-0.8.1

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true module Rancher module Api - VERSION = '0.8.0-beta' + VERSION = '0.8.1' end end