From 0411d7d0093997ee7dcff19f4d7af0a0761b6cb3 Mon Sep 17 00:00:00 2001 From: Hirogen Date: Sat, 6 Aug 2022 10:22:00 +0200 Subject: [PATCH] added 1.9.1 --- build/Build.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Build.cs b/build/Build.cs index 9d8a6b28..2ed3c2e6 100644 --- a/build/Build.cs +++ b/build/Build.cs @@ -77,7 +77,7 @@ Version Version patch = AppVeyor.Instance.BuildNumber; } - return new Version(1, 9, 0, patch); + return new Version(1, 9, 1, patch); } }