summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-12-21 15:41:50 -0700
committermo khan <mo@mokhan.ca>2021-12-21 15:41:50 -0700
commit49a50825ee349a056ca6c8e691689649117f39df (patch)
tree9e038005c86d508ecc93decbb38ecfdab6da2711 /lib
parentf83e033760866baf2aaad3ca305de4b7f38beacc (diff)
chore: bump versionv0.1.7
Diffstat (limited to 'lib')
-rw-r--r--lib/dependabot/version.rb2
1 files changed, 1 insertions, 1 deletions
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