Skip to content

Commit f514d84

Browse files
committed
文档更新; version to dev18
1 parent 70ccda3 commit f514d84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Project https://github.com/simple-robot/simpler-robot
55
66
*
7-
* This file is part of the Simple Robot Library.
7+
* This file is part of the Simple Robot Library (Alias: simple-robot, simbot, etc.).
88
*
99
* This program is free software: you can redistribute it and/or modify
1010
* it under the terms of the GNU Lesser General Public License as published by
@@ -81,7 +81,7 @@ sealed class P(override val group: String) : ProjectDetail() {
8181
val versionWithoutSnapshot: Version
8282

8383
init {
84-
val mainVersion = version(4, 0, 0) - version("dev18")
84+
val mainVersion = version(4, 0, 0) - version("dev19")
8585

8686
fun initVersionWithoutSnapshot(status: Version?): Version = if (status == null) {
8787
mainVersion

website

0 commit comments

Comments
 (0)