Skip to content

Commit

Permalink
Update RunnerEngine.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
acesnik authored Sep 6, 2022
1 parent 45f3e6b commit 649230c
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.6"; // should be the same here, in config.yaml, and in common.smk
public static readonly string CurrentVersion = "0.3.7"; // should be the same here, in config.yaml, and in common.smk
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 649230c

Please sign in to comment.