diff options
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | lib/dependabot/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 96affff..8a536a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dependanot (0.1.7) + dependanot (0.1.8) bundler (~> 2.0) octokit (~> 4.0) rugged (~> 1.2) diff --git a/lib/dependabot/version.rb b/lib/dependabot/version.rb index 7c9918e..9f352bd 100644 --- a/lib/dependabot/version.rb +++ b/lib/dependabot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dependabot - VERSION = "0.1.7" + VERSION = "0.1.8" end |
