From 834d09954dbbf68e8b26451124674cef4ed9700e Mon Sep 17 00:00:00 2001 From: Norbyte Date: Mon, 30 Sep 2019 20:06:46 +0200 Subject: [PATCH] Bump version --- LSLib/LS/Common.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSLib/LS/Common.cs b/LSLib/LS/Common.cs index 3f4e4988..8610b663 100644 --- a/LSLib/LS/Common.cs +++ b/LSLib/LS/Common.cs @@ -9,7 +9,7 @@ public static class Common public const int MinorVersion = 14; - public const int PatchVersion = 0; + public const int PatchVersion = 1; /// /// Returns the version number of the LSLib library