Skip to content

Commit

Permalink
Updated default tailwindcss cli version to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rozumak committed Dec 22, 2023
1 parent 77bf2b8 commit 2eaabde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tailwindcss-dotnet/Cli/Upstream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Tailwindcss.DotNetTool.Cli;

public class Upstream
{
public static string Version => "v3.3.0";
public static string Version => "v3.4.0";

public static string? GetNativeExecutableName()
{
Expand Down

0 comments on commit 2eaabde

Please sign in to comment.