vault-auth-tee/version/version.go
Harald Hoyer 30ddac43d0
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
2023-10-24 11:31:25 +02:00

7 lines
141 B
Go

// SPDX-License-Identifier: MPL-2.0
// Copyright (c) Matter Labs
package version
const Version = "0.1.0+dev"
const Name = "vault-auth-tee"