Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Aug 11, 2017
1 parent 7ec1804 commit 9c33926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 = "1.0.0";
public const string CliVersion = "1.0.1";
public const string CliDebug = "CLI_DEBUG";
public const string DefaultSqlProviderName = "System.Data.SqlClient";
public const string WebsiteHostname = "WEBSITE_HOSTNAME";
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.0-beta.100",
"version": "1.0.1",
"description": "Azure Functions Core Tools",
"scripts": { },
"author": "Microsoft",
Expand Down

0 comments on commit 9c33926

Please sign in to comment.