Skip to content

Commit c358852

Browse files
committed
Update version
1 parent a5c172d commit c358852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.94";
9+
public const string CliVersion = "1.0.0-beta.95";
1010
public const string CliDebug = "CLI_DEBUG";
1111
public const string DefaultSqlProviderName = "System.Data.SqlClient";
1212

0 commit comments

Comments
 (0)