Skip to content

Commit e5aae24

Browse files
committed
Update CLI version to 2.0.1-beta.22
1 parent bd704f4 commit e5aae24

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
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 = "2.0.1-beta.21";
9+
public const string CliVersion = "2.0.1-beta.22";
1010
public const string CliDebug = "CLI_DEBUG";
1111
public const string DefaultSqlProviderName = "System.Data.SqlClient";
1212
public const string WebsiteHostname = "WEBSITE_HOSTNAME";
@@ -29,4 +29,4 @@ public static class ArmConstants
2929
public const string AADClientId = "1950a258-227b-4e31-a9cf-717495945fc2";
3030
}
3131
}
32-
}
32+
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-functions-core-tools",
3-
"version": "2.0.1-beta.21",
3+
"version": "2.0.1-beta.22",
44
"description": "Azure Functions Core Tools",
55
"scripts": {
66
"build": "dotnet publish ../ -o ./npm/bin -c release",
@@ -32,4 +32,4 @@
3232
"tmp": "^0.0.33",
3333
"unzipper": "^0.8.9"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)