diff --git a/Gemfile.lock b/Gemfile.lock index d80dce2..4538be8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - openvas (0.2.0) + openvas (0.3.0) nokogiri (~> 1.8) GEM diff --git a/lib/openvas/version.rb b/lib/openvas/version.rb index 4ac21b6..f88c4e0 100644 --- a/lib/openvas/version.rb +++ b/lib/openvas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Openvas - VERSION = '0.2.0' + VERSION = '0.3.0' end