Skip to content

Commit

Permalink
Describe versions 7 and 8, add 10 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
anorth authored Dec 3, 2020
1 parent c803329 commit 7cab7f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions network/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ const (
Version4 // actors v2 (specs-actors v2.0.3)
Version5 // tape (specs-actors v2.1.0)
Version6 // kumquat (specs-actors v2.2.0)
Version7 // upcoming
Version8 // reserved
Version7 // calico (specs-actors v2.3.2)
Version8 // persian (post-2.3.2 behaviour transition)
Version9 // reserved
Version10 // reserved

// VersionMax is the maximum version number
VersionMax = Version(math.MaxUint32)
Expand Down

0 comments on commit 7cab7f0

Please sign in to comment.