diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 54c9ce3e..62bd7bcd 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -70,8 +70,8 @@ jobs: - name: Publish The Release uses: softprops/action-gh-release@v2 with: - name: "6.9.9" - tag_name: "6.9.9" + name: "9.6.6" + tag_name: "9.6.6" make_latest: false files: | Windows x64.zip diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f6ff660..be2a9629 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,8 +125,8 @@ jobs: - name: Publish The Release uses: softprops/action-gh-release@v2 with: - name: "6.9.9" - tag_name: "6.9.9" + name: "9.6.6" + tag_name: "9.6.6" last_release: false files: | /home/runner/*.apk diff --git a/gitVersion.txt b/gitVersion.txt index 254a68c8..ee3186db 100644 --- a/gitVersion.txt +++ b/gitVersion.txt @@ -1 +1,2 @@ -7.0.0 +9.6.7 + diff --git a/source/states/MainMenuState.hx b/source/states/MainMenuState.hx index 318db392..3a5d00d8 100644 --- a/source/states/MainMenuState.hx +++ b/source/states/MainMenuState.hx @@ -12,7 +12,7 @@ import options.OptionsState; class MainMenuState extends MusicBeatState { - public static var modsEngineVersion:String = '6.9.9'; // Latest Version bcuz v1.0.0 so late these today and This is also used for Discord RPC + public static var modsEngineVersion:String = '9.6.6'; // Latest Version bcuz v1.0.0 so late these today and This is also used for Discord RPC public static var psychEngineVersion:String = '0.7.3'; public static var curSelected:Int = 0;