Skip to content

Commit

Permalink
Use .latestActorsVersion in actors/version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Oct 19, 2021
1 parent 3943c3a commit 1d8a9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/actors/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Version int

/* inline-gen template
var LatestVersion = 6
var LatestVersion = {{.latestActorsVersion}}
var Versions = []int{ {{range .actorVersions}} {{.}}, {{end}} }
Expand Down

0 comments on commit 1d8a9c7

Please sign in to comment.