Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed May 3, 2024
1 parent ac7531c commit 7c963f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class VersionSpec {
return new VersionSpec({ type: "channel", channel: version });
}

// Assume that the snapshot version is greater than 10000 to distinguish it from the four-parts version.
if (Number(version) > 10000) {
return new VersionSpec({
type: "snapshot",
Expand Down

0 comments on commit 7c963f6

Please sign in to comment.