diff --git a/lib/thermos/version.rb b/lib/thermos/version.rb index 64a1d58..4bb98c6 100644 --- a/lib/thermos/version.rb +++ b/lib/thermos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Thermos - VERSION = "0.6.0" + VERSION = "1.0.0" end