Skip to content

Commit 92a858e

Browse files
authored
Merge pull request #260 from DimensionDev/release/2.8.0-beta01
2 parents 9d84cdd + 629e7cf commit 92a858e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Package.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ object Package {
88

99
object Version {
1010
const val main = "2"
11-
const val mirror = "0"
11+
const val mirror = "8"
1212
const val patch = "0"
13-
const val revision = "alpha12"
14-
const val build = 67
13+
const val revision = "beta01"
14+
const val build = 68
1515
}
1616
}

0 commit comments

Comments
 (0)