We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8328ee6 commit 44962a7Copy full SHA for 44962a7
buildSrc/src/main/kotlin/BuildConfig.kt
@@ -11,7 +11,7 @@ object BuildConfig {
11
val PARCHMENT_VERSION: String? = null
12
13
// https://semver.org/
14
- var MOD_VERSION: String = "0.8.0"
+ var MOD_VERSION: String = "0.8.1-beta.1"
15
16
fun createVersionString(project: Project): String {
17
val builder = StringBuilder()
0 commit comments