Skip to content

Commit

Permalink
chore: autopublish 2023-01-25T16:01:50Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 25, 2023
1 parent be41535 commit 27e8b44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2022.8.1
version=2023.1.1
#Release Version

#Copy logo to $HOME
Expand Down
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "2022.8.1";
public static string Version = "2023.1.1";
public static string TestVersion = "";
public static string NewVersion = null;
public static readonly string WindowTitle = "Line Rider Advanced: Community Edition " + Version + TestVersion;
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.8.1
2023.1.1

0 comments on commit 27e8b44

Please sign in to comment.