From 9236d347325fb6e305321172fd8fc40a819bc433 Mon Sep 17 00:00:00 2001 From: HypervisorX Date: Mon, 12 Oct 2020 21:44:08 -0700 Subject: [PATCH] Bump version to 1.2.3 --- DeckPredictor/DeckPredictorPlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeckPredictor/DeckPredictorPlugin.cs b/DeckPredictor/DeckPredictorPlugin.cs index 2faea49..da41731 100644 --- a/DeckPredictor/DeckPredictorPlugin.cs +++ b/DeckPredictor/DeckPredictorPlugin.cs @@ -198,7 +198,7 @@ public void OnUpdate() public Version Version { - get { return new Version(1, 2, 2); } + get { return new Version(1, 2, 3); } } } }