From 604604df93cb1e2c5c5fd4dd397280dfeedb6793 Mon Sep 17 00:00:00 2001 From: Brianna Ren Date: Thu, 11 Jun 2020 15:00:32 -0700 Subject: [PATCH] version bump to 2.10.1 --- lib/salus.rb | 2 +- spec/fixtures/integration/expected_report.json | 2 +- spec/fixtures/processor/local_uri/expected_report.json | 2 +- spec/fixtures/processor/remote_uri/expected_report.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/salus.rb b/lib/salus.rb index 49d41e33..60b0fbba 100644 --- a/lib/salus.rb +++ b/lib/salus.rb @@ -8,7 +8,7 @@ require 'salus/processor' module Salus - VERSION = '2.10.0'.freeze + VERSION = '2.10.1'.freeze DEFAULT_REPO_PATH = './repo'.freeze # This is inside the docker container at /home/repo. SafeYAML::OPTIONS[:default_mode] = :safe diff --git a/spec/fixtures/integration/expected_report.json b/spec/fixtures/integration/expected_report.json index fc1c628a..bf6595e6 100644 --- a/spec/fixtures/integration/expected_report.json +++ b/spec/fixtures/integration/expected_report.json @@ -1,5 +1,5 @@ { - "version": "2.10.0", + "version": "2.10.1", "passed": true, "running_time": 0.0, "scans": { diff --git a/spec/fixtures/processor/local_uri/expected_report.json b/spec/fixtures/processor/local_uri/expected_report.json index c60c34a2..06c09163 100644 --- a/spec/fixtures/processor/local_uri/expected_report.json +++ b/spec/fixtures/processor/local_uri/expected_report.json @@ -1,5 +1,5 @@ { - "version": "2.10.0", + "version": "2.10.1", "passed": true, "running_time": 0.0, "scans": { diff --git a/spec/fixtures/processor/remote_uri/expected_report.json b/spec/fixtures/processor/remote_uri/expected_report.json index c3dde6ea..fcd18822 100644 --- a/spec/fixtures/processor/remote_uri/expected_report.json +++ b/spec/fixtures/processor/remote_uri/expected_report.json @@ -1,5 +1,5 @@ { - "version": "2.10.0", + "version": "2.10.1", "passed": true, "running_time": 0.0, "scans": {