Skip to content

Commit

Permalink
[ci-skip] bump to 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 24, 2024
1 parent cc5ec57 commit 32dbbb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
### Fixed:
- Fixed an issue with /crazycrates migrate ExcellentCrates
- Added a missing configuration option, that is required in our crate configs.
- Fixed a class cast exception with the ItemBuilder when using `Data:` or `DisplayData:`
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

val buildNumber: String? = System.getenv("BUILD_NUMBER")

rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "3.7.2"
rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "3.7.3"

val isSnapshot = false

Expand Down

0 comments on commit 32dbbb9

Please sign in to comment.