Skip to content

Commit

Permalink
Merge pull request #141 from coinbase/version_bmp_2.10.1
Browse files Browse the repository at this point in the history
version bump to 2.10.1
  • Loading branch information
ghbren authored Jun 11, 2020
2 parents ee63898 + 604604d commit 2d4555d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/salus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/integration/expected_report.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.10.0",
"version": "2.10.1",
"passed": true,
"running_time": 0.0,
"scans": {
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/processor/local_uri/expected_report.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.10.0",
"version": "2.10.1",
"passed": true,
"running_time": 0.0,
"scans": {
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/processor/remote_uri/expected_report.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.10.0",
"version": "2.10.1",
"passed": true,
"running_time": 0.0,
"scans": {
Expand Down

0 comments on commit 2d4555d

Please sign in to comment.