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