Skip to content

Commit

Permalink
Release v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quaris628 committed Oct 11, 2024
1 parent e9e6aed commit d46a1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion einstein/config/EinsteinConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class EinsteinConfig : DefaultConfig
public new const string HOME_DIR = "../";
public new const string RES_DIR = HOME_DIR + "res/";
public const int PAD = 5;
public const string VERSION = "v1.16.0";
public const string VERSION = "v1.17.0";

public static readonly ColorScheme COLOR_MODE = new ColorScheme(ColorScheme.Mode.Dark);

Expand Down

0 comments on commit d46a1b7

Please sign in to comment.