diff --git a/lib/identity/hostdata/version.rb b/lib/identity/hostdata/version.rb index ed7c14f..55e6e63 100644 --- a/lib/identity/hostdata/version.rb +++ b/lib/identity/hostdata/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Identity module Hostdata - VERSION = '0.4.3' + VERSION = '1.0.0' end end