Skip to content

Commit 3bbf160

Browse files
author
Conti
committed
version bump
1 parent 931a020 commit 3bbf160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AuthorableModifiers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static class BuildInfo
4545
public const string Name = "AuthorableModifiers"; // Name of the Mod. (MUST BE SET)
4646
public const string Author = "Continuum"; // Author of the Mod. (Set as null if none)
4747
public const string Company = null; // Company that made the Mod. (Set as null if none)
48-
public const string Version = "1.2.3"; // Version of the Mod. (MUST BE SET)
48+
public const string Version = "1.2.4"; // Version of the Mod. (MUST BE SET)
4949
public const string DownloadLink = null; // Download Link for the Mod. (Set as null if none)
5050
}
5151

0 commit comments

Comments
 (0)