vault-auth-tee/version/version.go
Harald Hoyer c2411a45a7
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
2023-10-26 14:15:52 +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"