Bump version to v0.2.

This commit is contained in:
Logan Gorence 2021-12-23 02:23:26 +00:00
parent 32ed137591
commit 6b4bd2a987
No known key found for this signature in database
GPG Key ID: 9743CEF10935949A

View File

@ -65,7 +65,7 @@ subprojects {
plugins.apply("org.jetbrains.kotlin.plugin.serialization")
plugins.apply("com.github.johnrengelman.shadow")
version = "0.1"
version = "0.2"
group = "io.gorence"
// Add build number if running under CI.