Skip to content

Commit

Permalink
Update RunnerEngine.cs (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
acesnik authored Jun 19, 2024
1 parent a4c9f23 commit c62209b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spritz/SpritzBackend/RunnerEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class RunnerEngine
public string SnakemakeCommand { get; private set; }
public string SpritzCMDCommand { get; set; }

public static readonly string CurrentVersion = "0.3.10";
public static readonly string CurrentVersion = "0.3.12";
public static readonly bool PrebuiltSpritzMods = true; // always using prebuilt library now
public RunnerEngine(Tuple<string, SpritzOptions> task, string outputFolder)
{
Expand Down

0 comments on commit c62209b

Please sign in to comment.