diff options
| author | mo khan <mo@mokhan.ca> | 2021-12-21 16:26:04 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-12-21 16:26:04 -0700 |
| commit | f12b7a8cec5db6b00b22159df397158466f2b764 (patch) | |
| tree | c4ac0a134ee39168c02a4e5ea5e6371134e9ca74 | |
| parent | dc1edf3e3ce0b81ddf0c74fb2d26e3e74dbd2b92 (diff) | |
chore: bump versionv0.1.8
| -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 |
