summaryrefslogtreecommitdiff
path: root/lib/dependabot/version.rb
blob: 84fcf086e34c43d30d7cef6a5643ab5a94ae85c1 (plain)
1
2
3
4
5
# frozen_string_literal: true

module Dependabot
  VERSION = "0.1.3"
end