Start on v0.7.0-SNAPSHOT

This commit is contained in:
2023-01-26 21:48:45 -08:00
parent 34c54a6628
commit 18916bbd22
5 changed files with 12 additions and 7 deletions

View File

@ -7,7 +7,7 @@ plugins {
}
group = "gay.pizza.foundation"
version = "0.6.0"
version = "0.7.0-SNAPSHOT"
repositories {
mavenCentral()
@ -100,5 +100,4 @@ publishing {
tasks.withType<Wrapper> {
gradleVersion = "7.6"
distributionType = Wrapper.DistributionType.ALL
}