Skip to content

Commit

Permalink
Upgrade the release to beta
Browse files Browse the repository at this point in the history
It should be release quality in all honesty[^1], but let's leave it a
few days to see if any issues trickle in.

[^1]: Well, aside from upsidedown turtles!
  • Loading branch information
SquidDev committed May 16, 2020
1 parent e02ccdc commit 87aa839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ curseforge {
apiKey = project.hasProperty('curseForgeApiKey') ? project.curseForgeApiKey : ''
project {
id = '282001'
releaseType = 'alpha'
releaseType = 'beta'
changelog = "Release notes can be found on the GitHub repository (https://github.com/SquidDev-CC/CC-Tweaked/releases/tag/v${mc_version}-${mod_version})."

relations {
Expand Down

0 comments on commit 87aa839

Please sign in to comment.