Skip to content

Commit

Permalink
Update CLI version to 2.0.1-beta.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Dec 1, 2017
1 parent bd704f4 commit e5aae24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Azure.Functions.Cli/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ internal static class Constants
public const string FunctionsStorageAccountNamePrefix = "AzureFunctions";
public const string StorageAccountArmType = "Microsoft.Storage/storageAccounts";
public const string FunctionAppArmKind = "functionapp";
public const string CliVersion = "2.0.1-beta.21";
public const string CliVersion = "2.0.1-beta.22";
public const string CliDebug = "CLI_DEBUG";
public const string DefaultSqlProviderName = "System.Data.SqlClient";
public const string WebsiteHostname = "WEBSITE_HOSTNAME";
Expand All @@ -29,4 +29,4 @@ public static class ArmConstants
public const string AADClientId = "1950a258-227b-4e31-a9cf-717495945fc2";
}
}
}
}
4 changes: 2 additions & 2 deletions src/Azure.Functions.Cli/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-functions-core-tools",
"version": "2.0.1-beta.21",
"version": "2.0.1-beta.22",
"description": "Azure Functions Core Tools",
"scripts": {
"build": "dotnet publish ../ -o ./npm/bin -c release",
Expand Down Expand Up @@ -32,4 +32,4 @@
"tmp": "^0.0.33",
"unzipper": "^0.8.9"
}
}
}

0 comments on commit e5aae24

Please sign in to comment.