Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Update version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed Dec 29, 2023
1 parent ab15fe7 commit 944f909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.rettichlp.unicacityaddon"
version = "2.5.0-dev"
version = "2.5.0"

java.toolchain.languageVersion.set(JavaLanguageVersion.of(17))

Expand All @@ -17,7 +17,7 @@ labyMod {
author = "RettichLP & Dimiikou"
description = "UnicacityAddon is a LabyMod addon written for the Minecraft server Unicacity and provides specialized, nice-to-have features and utilities for everyday gameplay."
minecraftVersion = "1.12.2"
version = System.getenv().getOrDefault("VERSION", "2.5.0-dev")
version = System.getenv().getOrDefault("VERSION", "2.5.0")
}

minecraft {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public UtilService(UnicacityAddon unicacityAddon) {

@SuppressWarnings("SameReturnValue")
public String version() {
return "2.5.0-dev";
return "2.5.0";
}

public boolean isUnicacity() {
Expand Down

0 comments on commit 944f909

Please sign in to comment.