Skip to content

Commit

Permalink
Bump version to 2.1-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Sep 22, 2023
1 parent e54a93b commit 99a45d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChaosMod/Info.h
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#define MOD_VERSION "2.0"
#pragma once

#define MOD_VERSION "2.1-devel"
2 changes: 1 addition & 1 deletion ConfigApp/Info.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
public static class Info
{
public static string VERSION = "2.0";
public static string VERSION = "2.1-devel";
}
}

0 comments on commit 99a45d7

Please sign in to comment.