Skip to content

Commit 2240c9a

Browse files
committed
chore: Bump to 0.2.2-beta3
1 parent e59255c commit 2240c9a

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
@@ -12,11 +12,11 @@ plugins {
1212
}
1313

1414
group = "moe.styx"
15-
version = "0.2.2-beta2"
15+
version = "0.2.2-beta3"
1616

1717
// Necessary to have working Windows installers for rc/beta/etc versions.
1818
// Count up by one for every release until a new MINOR version bump.
19-
val subVersionClassifier = 5
19+
val subVersionClassifier = 6
2020

2121
repositories {
2222
google()

0 commit comments

Comments
 (0)