diff options
| author | mo khan <mo@mokhan.ca> | 2021-12-20 16:42:10 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-12-20 16:42:10 -0700 |
| commit | acd758d7d5adb866a266a05d82f9dc1a33e7450e (patch) | |
| tree | 5fcbb0058a01fc6c7930d7ad4b60ae7e7e55735c | |
| parent | 5864eb91bc1e260359ef010187cea16b48a854a8 (diff) | |
chore: bump versionv0.1.6
| -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 4bc734d..2f163f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dependanot (0.1.5) + dependanot (0.1.6) bundler (~> 2.0) octokit (~> 4.0) rugged (~> 1.2) diff --git a/lib/dependabot/version.rb b/lib/dependabot/version.rb index 199d488..a55d264 100644 --- a/lib/dependabot/version.rb +++ b/lib/dependabot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dependabot - VERSION = "0.1.5" + VERSION = "0.1.6" end |
