define actors version 10

This commit is contained in:
vyzo 2022-11-07 17:13:26 +02:00
parent d7b680ecb8
commit 50b971091f

View File

@ -14,20 +14,21 @@ const ({{range .actorVersions}}
/* inline-gen start */ /* inline-gen start */
var LatestVersion = 9 var LatestVersion = 10
var Versions = []int{0, 2, 3, 4, 5, 6, 7, 8, 9} var Versions = []int{0, 2, 3, 4, 5, 6, 7, 8, 9, 10}
const ( const (
Version0 Version = 0 Version0 Version = 0
Version2 Version = 2 Version2 Version = 2
Version3 Version = 3 Version3 Version = 3
Version4 Version = 4 Version4 Version = 4
Version5 Version = 5 Version5 Version = 5
Version6 Version = 6 Version6 Version = 6
Version7 Version = 7 Version7 Version = 7
Version8 Version = 8 Version8 Version = 8
Version9 Version = 9 Version9 Version = 9
Version10 Version = 10
) )
/* inline-gen end */ /* inline-gen end */