Skip to content

Commit

Permalink
Revert "Set projectBranch to 'development'"
Browse files Browse the repository at this point in the history
This reverts commit 8b1c20a.
  • Loading branch information
takejohn committed Dec 31, 2023
1 parent 7c00d4c commit a58d764
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 @@ -8,7 +8,7 @@ plugins {

group = 'net.coreprotect'
String projectVersion = '22.2'
String projectBranch = 'development'
String projectBranch = ''
version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
description = 'Provides block protection for your server.'
sourceCompatibility = '17'
Expand Down

0 comments on commit a58d764

Please sign in to comment.