Skip to content

Commit 9ccd661

Browse files
committed
chore: Bump to new beta version
Not really a significant bug so I don't wanna force an update for this.
1 parent 50d1675 commit 9ccd661

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ plugins {
1313
}
1414

1515
group = "moe.styx"
16-
version = "0.2.1"
16+
version = "0.2.2-beta1"
1717

1818
// Necessary to have working Windows installers for rc/beta/etc versions.
1919
// Count up by one for every release until a new MINOR version bump.
20-
val subVersionClassifier = 3
20+
val subVersionClassifier = 4
2121

2222
repositories {
2323
google()

0 commit comments

Comments
 (0)