We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4a75d commit aadba50Copy full SHA for aadba50
buildSrc/src/main/kotlin/BuildConfig.kt
@@ -10,7 +10,7 @@ object BuildConfig {
10
val PARCHMENT_VERSION: String? = null
11
12
// https://semver.org/
13
- var MOD_VERSION: String = "0.7.0"
+ var MOD_VERSION: String = "0.7.0-beta.1"
14
15
fun createVersionString(project: Project): String {
16
val builder = StringBuilder()
0 commit comments