Set version to 0.1.0-SNAPSHOT

The first release won't be stable. Semantic Versioning suggest starting
unstable version numers at 0.1.0.

Signed-off-by: Graham <gpe@openrs2.dev>
pull/105/head
Graham 4 years ago
parent 7e422447ef
commit e8ecd5016d
  1. 2
      build.gradle.kts

@ -22,7 +22,7 @@ repositories {
allprojects {
group = "dev.openrs2"
version = "1.0.0-SNAPSHOT"
version = "0.1.0-SNAPSHOT"
repositories {
mavenCentral()

Loading…
Cancel
Save