From 06d895c5f04cc3247156610eb7c3281281dffeda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Sep 2023 19:26:16 +0000 Subject: [PATCH] chore: autopublish 2023-09-11T19:26:16Z --- install | 2 +- src/Program.cs | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install b/install index 3b4c0fdd..2139a820 100644 --- a/install +++ b/install @@ -1,6 +1,6 @@ #!/bin/bash -version=2023.1.1 +version=2023.9.1 #Release Version #Copy logo to $HOME diff --git a/src/Program.cs b/src/Program.cs index fb917aef..6d622da1 100644 --- a/src/Program.cs +++ b/src/Program.cs @@ -36,7 +36,7 @@ public static class Program #endif public static string BinariesFolder = "bin"; public readonly static CultureInfo Culture = new CultureInfo("en-US"); - public static string Version = "2023.1.1"; + public static string Version = "2023.9.1"; public static string TestVersion = ""; public static string NewVersion = null; public static readonly string WindowTitle = "Line Rider Advanced: Community Edition " + Version + TestVersion; diff --git a/version b/version index 51aad1b8..de5eab5a 100644 --- a/version +++ b/version @@ -1 +1 @@ -2023.1.1 +2023.9.1