mirror of https://github.com/dapr/cli.git
12 lines
322 B
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"
|
|
)
|