Skip to content

Commit c956ac2

Browse files
committed
Update version to 91
1 parent 5c0a905 commit c956ac2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.10";
9+
public const string CliVersion = "1.0.0-beta.91";
1010
public const string CliDebug = "CLI_DEBUG";
1111

1212
public static class Errors

src/Azure.Functions.Cli/npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-functions-cli",
3-
"version": "1.0.0-beta.10",
3+
"version": "1.0.0-beta.91",
44
"description": "Azure Functions Cli",
55
"scripts": { },
66
"author": "Microsoft",

0 commit comments

Comments
 (0)