Skip to content

Commit 57745df

Browse files
committed
chore: bump CLI version (#31)
1 parent 4948cd9 commit 57745df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Rivet/Editor/RivetCLI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Rivet
55
{
66
public static class RivetCLI
77
{
8-
public const string REQUIRED_RIVET_CLI_VERSION = "v1.0.1";
8+
public const string REQUIRED_RIVET_CLI_VERSION = "v1.3.0";
99
public const string RIVET_CLI_PATH_SETTING = "RivetCLIPath";
1010

1111
public static bool CLIInstalled()

0 commit comments

Comments
 (0)