diff options
| author | mo khan <mo@mokhan.ca> | 2021-12-19 20:15:55 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-12-19 20:15:55 -0700 |
| commit | fe127f94a99fd149eb93493ae810657c71e90b71 (patch) | |
| tree | 01ece0cb0e7639829da290b506fae1788a2e3867 | |
| parent | 495db4ff4454fb03550a0bd222c9741d559a19ef (diff) | |
chore: bump versionv0.1.4
| -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 c8e3f04..623867a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dependanot (0.1.3) + dependanot (0.1.4) octokit (~> 4.0) rugged (~> 1.2) spandx (~> 0.1) diff --git a/lib/dependabot/version.rb b/lib/dependabot/version.rb index 84fcf08..f397174 100644 --- a/lib/dependabot/version.rb +++ b/lib/dependabot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dependabot - VERSION = "0.1.3" + VERSION = "0.1.4" end |
