Skip to content

Commit

Permalink
Update version to 1.0.0.beta.96
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed May 6, 2017
1 parent be89030 commit 202a47b
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-beta.95";
public const string CliVersion = "1.0.0-beta.96";
public const string CliDebug = "CLI_DEBUG";
public const string DefaultSqlProviderName = "System.Data.SqlClient";

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.95",
"version": "1.0.0-beta.96",
"description": "Azure Functions Core Tools",
"scripts": { },
"author": "Microsoft",
Expand Down

0 comments on commit 202a47b

Please sign in to comment.