lib/hcloud/version.rb in
hcloud-0.1.2
vs lib/hcloud/version.rb in
hcloud-1.0.0
- old
+ new
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module Hcloud
- VERSION = '0.1.2'.freeze
+ VERSION = '1.0.0'
end