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-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed Sep 27, 2023
1 parent 6bd70ca commit bbf253c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- 'hotfix/**'
pull_request:
branches:
- 'main'
- 'develop'
- 'hotfix/**'
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- 'hotfix/**'
pull_request:
branches:
- 'main'
- 'develop'
- 'hotfix/**'
workflow_dispatch:
Expand Down
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.4.1"
version = "2.5.0-dev"

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.4.1")
version = System.getenv().getOrDefault("VERSION", "2.5.0-dev")
}

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.4.1";
return "2.5.0-dev";
}

public boolean isUnicacity() {
Expand Down

0 comments on commit bbf253c

Please sign in to comment.