Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Oct 26, 2022
1 parent 57b5f05 commit fccb667
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 @@ -31,7 +31,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {

group = 'net.fabricmc'
archivesBaseName = project.name
def baseVersion = '1.0'
def baseVersion = '1.1'

def ENV = System.getenv()
if (ENV.BUILD_NUMBER) {
Expand Down

0 comments on commit fccb667

Please sign in to comment.