Skip to content

Commit

Permalink
Merge pull request #74 from unifio/dmi-update-covalence-version-issue-72
Browse files Browse the repository at this point in the history
Updating Covalence version for issue #72
  • Loading branch information
disaac authored Sep 27, 2018
2 parents b396ba2 + 4f97418 commit 87486ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- image: circleci/ruby:2.5.1

environment:
COVALENCE_VERSION: 0.8.2
COVALENCE_VERSION: 0.8.3
TERRAFORM_VERSION: 0.11.7
SOPS_VERSION: 3.0.5

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
covalence (0.8.2)
covalence (0.8.3)
activemodel (~> 5.2.0)
activesupport (~> 5.2.0)
aws-sdk-s3 (~> 1)
Expand Down
2 changes: 1 addition & 1 deletion lib/covalence/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Covalence
VERSION = "0.8.2"
VERSION = "0.8.3"
end

0 comments on commit 87486ac

Please sign in to comment.