Skip to content

Commit 415ce46

Browse files
committed
Use a non-zero value for version
1 parent b1ad064 commit 415ce46

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)