Skip to content

Commit 747d048

Browse files
committed
going to have to use a different version string for this
1 parent 1e1e709 commit 747d048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
3535
CHANGELOG: ${{ github.event.release.body }}
3636
with:
37-
arguments: build modrinth --stacktrace
37+
arguments: modrinth --stacktrace

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "dev.jsinco.brewery.garden"
10-
version = "BX3.4.5#2"
10+
version = "BX3.4.5-RV2"
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)