Skip to content

Commit 7ddbf62

Browse files
authored
Merge pull request #13444 from dependabot/brrygrdn/dg-8287-bump-snapshot-version-const
[Graph] Use a non-zero value for version
2 parents b1ad064 + 415ce46 commit 7ddbf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/lib/github_api/dependency_submission.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module GithubApi
1212
class DependencySubmission
1313
extend T::Sig
1414

15-
SNAPSHOT_VERSION = 0
15+
SNAPSHOT_VERSION = 1
1616
SNAPSHOT_DETECTOR_NAME = "dependabot"
1717
SNAPSHOT_DETECTOR_URL = "https://github.com/dependabot/dependabot-core"
1818

0 commit comments

Comments
 (0)