Skip to content

Commit

Permalink
Fix version (#235)
Browse files Browse the repository at this point in the history
* fix loaders

* fix download workflow

* finishing touches'

* revert version

* improve ensembl release listing

* versioning

* versioning fix

---------

Co-authored-by: Anthony Cesnik <cesnik@stanford.edu>
  • Loading branch information
acesnik and acesnik authored Aug 12, 2023
1 parent 8e46776 commit 70db8c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9";
public static readonly string CurrentVersion = "0.3.10";
public static readonly bool PrebuiltSpritzMods = true; // always using prebuilt library now
public RunnerEngine(Tuple<string, SpritzOptions> task, string outputFolder)
{
Expand Down
2 changes: 1 addition & 1 deletion Spritz/SpritzInstaller/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define SpritzTargetDir=$(var.SpritzGUI.TargetDir)?>
<Product Id="*" Name="Spritz" Language="1033" Version="0.3.9" Manufacturer="Smith Group" UpgradeCode="5af693cd-1556-4ef4-9c24-e1242de081de">
<Product Id="*" Name="Spritz" Language="1033" Version="0.3.10" Manufacturer="Smith Group" UpgradeCode="5af693cd-1556-4ef4-9c24-e1242de081de">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
<MediaTemplate EmbedCab="yes"/>

Expand Down

0 comments on commit 70db8c4

Please sign in to comment.