Skip to content

Commit

Permalink
Set LATEST_SC_VERSION to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexh-sauce committed Oct 23, 2024
1 parent 8091b30 commit 35a04aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public String getDefaultSauceConnectLogDirectory() {

private static final String WINDOWS_TEMP_DIR = System.getProperty("java.io.tmpdir");

public static final String CURRENT_SC_VERSION = "5.1.3";
public static final String CURRENT_SC_VERSION = "5.2.1";
public static final LazyInitializer<String> LATEST_SC_VERSION = new Builder<LazyInitializer<String>, String>()
.setInitializer(SauceConnectManager::getLatestSauceConnectVersion)
.get();
Expand Down

0 comments on commit 35a04aa

Please sign in to comment.