From cab987d8f41f40623696de3b10db7fa316fa3060 Mon Sep 17 00:00:00 2001 From: Florian Wininger Date: Fri, 22 Dec 2017 09:53:12 +0100 Subject: [PATCH] release 0.3.0 Signed-off-by: Florian Wininger --- Gemfile.lock | 2 +- lib/openvas/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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