Skip to content

Commit

Permalink
#340 - Fix OutcomeCreated version when created with the version 1 con…
Browse files Browse the repository at this point in the history
…structor.
  • Loading branch information
maraf committed May 14, 2021
1 parent 896d013 commit ace5411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Money/Events/OutcomeCreated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ internal OutcomeCreated(Price amount, string description, DateTime when, IKey ca
Description = description;
When = when;
CategoryKey = categoryKey;
CompositeVersion = 1;
}

[CompositeConstructor(Version = 2)]
Expand Down

0 comments on commit ace5411

Please sign in to comment.