diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index ebf4177b..03b7734a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -26,6 +26,7 @@ body: label: Modpack Version description: What version of the pack are you using? options: + - 1.8.25 - 1.8.24 - 1.8.23 - 1.8.22 diff --git a/.github/ISSUE_TEMPLATE/crash.yaml b/.github/ISSUE_TEMPLATE/crash.yaml index 384685c6..c4062032 100644 --- a/.github/ISSUE_TEMPLATE/crash.yaml +++ b/.github/ISSUE_TEMPLATE/crash.yaml @@ -25,6 +25,7 @@ body: label: Modpack Version description: What version of the pack are you using? options: + - 1.8.25 - 1.8.24 - 1.8.23 - 1.8.22 diff --git a/changelog/1.8.25.md b/changelog/1.8.25.md new file mode 100644 index 00000000..6bf94383 --- /dev/null +++ b/changelog/1.8.25.md @@ -0,0 +1,3 @@ +## Release 1.8.25 + +### Other Changes diff --git a/config/allthetweaks-common.toml b/config/allthetweaks-common.toml index b2fbdac2..25c16c5c 100644 --- a/config/allthetweaks-common.toml +++ b/config/allthetweaks-common.toml @@ -8,4 +8,4 @@ [packversionmin] minor = 8 [packversionminrev] - minorrev = 24 + minorrev = 25