Update build version

This commit is contained in:
Intelli 2024-05-13 17:47:50 -06:00
parent d45ac1b275
commit 32fd97f768
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ plugins {
} }
group = 'net.coreprotect' group = 'net.coreprotect'
String projectVersion = '22.3' String projectVersion = '22.4'
String projectBranch = '' String projectBranch = ''
version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml) version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
description = 'Provides block protection for your server.' description = 'Provides block protection for your server.'

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.coreprotect</groupId> <groupId>net.coreprotect</groupId>
<artifactId>CoreProtect</artifactId> <artifactId>CoreProtect</artifactId>
<version>22.3</version> <version>22.4</version>
<properties> <properties>
<project.branch></project.branch> <project.branch></project.branch>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>