Skip to content

Commit 44962a7

Browse files
committed
Bump version to 0.8.1-beta.1
1 parent 8328ee6 commit 44962a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/BuildConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object BuildConfig {
1111
val PARCHMENT_VERSION: String? = null
1212

1313
// https://semver.org/
14-
var MOD_VERSION: String = "0.8.0"
14+
var MOD_VERSION: String = "0.8.1-beta.1"
1515

1616
fun createVersionString(project: Project): String {
1717
val builder = StringBuilder()

0 commit comments

Comments
 (0)