github.com/MetalBlockchain/metalgo@v1.11.9/vms/example/xsvm/constants.go (about) 1 // Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved. 2 // See the file LICENSE for licensing terms. 3 4 package xsvm 5 6 import "github.com/MetalBlockchain/metalgo/version" 7 8 var Version = &version.Semantic{ 9 Major: 1, 10 Minor: 0, 11 Patch: 4, 12 }