Skip to content

Commit

Permalink
Lookback fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed Jul 8, 2024
1 parent 250f2cc commit 5b59113
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Qwack.Core/Instruments/InstrumentFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ public static IInstrument GetInstrument(this TO_Instrument transportObject, ICur
ObsEndDate = transportObject.ObsEndDate,
ObsStartDate = transportObject.ObsStartDate,
WindowSize = transportObject.WindowSize,
DecisionDate = transportObject.DecisionDate,
};

}
Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<VersionPrefix>0.8.54</VersionPrefix>
<VersionPrefix>0.8.55</VersionPrefix>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.54
0.8.55

0 comments on commit 5b59113

Please sign in to comment.