Skip to content

Commit 5ee5a6b

Browse files
committed
Update version to 1.0.0-beta.93
1 parent 16fd572 commit 5ee5a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Azure.Functions.Cli/Common/Constants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ internal static class Constants
66
public const string FunctionsStorageAccountNamePrefix = "AzureFunctions";
77
public const string StorageAccountArmType = "Microsoft.Storage/storageAccounts";
88
public const string FunctionAppArmKind = "functionapp";
9-
public const string CliVersion = "1.0.0-beta.91";
9+
public const string CliVersion = "1.0.0-beta.93";
1010
public const string CliDebug = "CLI_DEBUG";
1111
public const string DefaultSqlProviderName = "System.Data.SqlClient";
1212

0 commit comments

Comments
 (0)