Skip to content

Commit

Permalink
1.0.8-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Nov 3, 2021
1 parent 8078136 commit 4e721e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
java
}

version = "1.0.8-pre1"
version = "1.0.8-RC1"
group = "skytils.skytilsmod"

minecraft {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/skytils/skytilsmod/Skytils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Skytils {
companion object {
const val MODID = "skytils"
const val MOD_NAME = "Skytils"
const val VERSION = "1.0.8-pre1"
const val VERSION = "1.0.8-RC1"

@JvmField
val gson: Gson = GsonBuilder()
Expand Down

0 comments on commit 4e721e8

Please sign in to comment.