diff options
| author | mo khan <mo@mokhan.ca> | 2021-12-21 15:41:50 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-12-21 15:41:50 -0700 |
| commit | 49a50825ee349a056ca6c8e691689649117f39df (patch) | |
| tree | 9e038005c86d508ecc93decbb38ecfdab6da2711 | |
| parent | f83e033760866baf2aaad3ca305de4b7f38beacc (diff) | |
chore: bump versionv0.1.7
| -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 2f163f6..96affff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dependanot (0.1.6) + dependanot (0.1.7) bundler (~> 2.0) octokit (~> 4.0) rugged (~> 1.2) diff --git a/lib/dependabot/version.rb b/lib/dependabot/version.rb index a55d264..7c9918e 100644 --- a/lib/dependabot/version.rb +++ b/lib/dependabot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dependabot - VERSION = "0.1.6" + VERSION = "0.1.7" end |
