Skip to content

Commit aadba50

Browse files
committed
Bump version to 0.7.0-beta.1
1 parent 5b4a75d commit aadba50

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
@@ -10,7 +10,7 @@ object BuildConfig {
1010
val PARCHMENT_VERSION: String? = null
1111

1212
// https://semver.org/
13-
var MOD_VERSION: String = "0.7.0"
13+
var MOD_VERSION: String = "0.7.0-beta.1"
1414

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

0 commit comments

Comments
 (0)