Skip to content

Commit 74de7f3

Browse files
committed
Rename year branches
Signed-off-by: FlorianMichael <git@florianmichael.de>
1 parent c289477 commit 74de7f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This mod can be installed on:
2222
- 1.8.9 / 1.12.2
2323
using the Fabric Loader.
2424

25-
For each year, there is a versioned branch named after that year (for example, `ver/2026`). Each yearly branch contains all `26.x` releases published during that year.
25+
For each year, there is a versioned branch named after that year (for example, `ver/26.x`). Each yearly branch contains all `26.x` releases published during that year.
2626

2727
Additional version branches
2828
- `ver/1.14-1.21` supports 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.4, 1.20.6, 1.21.11

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
private val env = System.getenv()
1212
group = "com.viaversion.fabric"
1313
description = "Client-side and server-side ViaVersion implementation for Fabric"
14-
version = getRunNumber() + "-" + getBranch()
14+
version = "0.4.21+" + getRunNumber() + "-" + getBranch()
1515

1616
fun getRunNumber() = env["GITHUB_RUN_NUMBER"] ?: "unknown"
1717

0 commit comments

Comments
 (0)