diff options
| author | mo khan <mo@mokhan.ca> | 2021-12-22 16:27:23 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-12-22 16:27:23 -0700 |
| commit | 8802ebd4eda8bf177f7fc64508716829fd19a16b (patch) | |
| tree | 6751d436fc70d59f8279f643f5c724512144a02a | |
| parent | 746c674aa48dd3e36f3d2febbf27ba3b739609bd (diff) | |
chore: bump version
| -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 e1ec177..50d4910 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dependanot (0.1.9) + dependanot (0.1.10) bundler (~> 2.0) octokit (~> 4.0) rugged (~> 1.2) diff --git a/lib/dependabot/version.rb b/lib/dependabot/version.rb index 0f9b219..54167e5 100644 --- a/lib/dependabot/version.rb +++ b/lib/dependabot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dependabot - VERSION = "0.1.9" + VERSION = "0.1.10" end |
