Skip to content

Commit

Permalink
Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HypervisorX committed Oct 13, 2020
1 parent 2a8e5c4 commit 9236d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeckPredictor/DeckPredictorPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public void OnUpdate()

public Version Version
{
get { return new Version(1, 2, 2); }
get { return new Version(1, 2, 3); }
}
}
}

0 comments on commit 9236d34

Please sign in to comment.