cli/pkg/api/api.go

12 lines
322 B
Go

// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// ------------------------------------------------------------
package api
// RuntimeAPIVersion represents the version for the Dapr runtime API.
var (
RuntimeAPIVersion = "1.0"
)