Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueTree242 authored Oct 26, 2021
1 parent e219bd5 commit ea2ce60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dependencies {
}

group = 'me.bluetree.discordsrvutils'
version = '1.2.3-BETA-1'
version = '1.2.3-BETA-2'
description = 'DiscordSRVUtils'
compileJava.options.encoding 'UTF-8'
java.sourceCompatibility = JavaVersion.VERSION_11
Expand All @@ -126,4 +126,4 @@ processResources {
from(sourceSets.main.resources.srcDirs) {
filter ReplaceTokens, tokens: [version: version]
}
}
}

0 comments on commit ea2ce60

Please sign in to comment.