Skip to content

Commit 11eecbb

Browse files
committed
docs: sync 0.10.8 in the multiple language bindings
Signed-off-by: Peefy <[email protected]>
1 parent a4b9569 commit 11eecbb

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

docs/reference/xlang-api/cpp-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can use FetchContent to add KCL C++ Lib to your project.
2222
FetchContent_Declare(
2323
kcl-lib
2424
GIT_REPOSITORY https://github.com/kcl-lang/lib.git
25-
GIT_TAG v0.9.1 # You can change the GitHub branch tag.
25+
GIT_TAG v0.10.8 # You can change the GitHub branch tag.
2626
SOURCE_SUBDIR cpp
2727
)
2828
FetchContent_MakeAvailable(kcl-lib)

docs/reference/xlang-api/java-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib</artifactId>
33-
<version>0.10.7-SNAPSHOT</version>
33+
<version>0.10.8-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

docs/reference/xlang-api/kotlin-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib-kotlin</artifactId>
33-
<version>0.10.7-SNAPSHOT</version>
33+
<version>0.10.8-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/cpp-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can use FetchContent to add KCL C++ Lib to your project.
2222
FetchContent_Declare(
2323
kcl-lib
2424
GIT_REPOSITORY https://github.com/kcl-lang/lib.git
25-
GIT_TAG v0.9.3
25+
GIT_TAG v0.10.8
2626
SOURCE_SUBDIR cpp
2727
)
2828
FetchContent_MakeAvailable(kcl-lib)

i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/java-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sidebar_position: 5
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib</artifactId>
33-
<version>0.10.7-SNAPSHOT</version>
33+
<version>0.10.8-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/kotlin-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sidebar_position: 8
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib-kotlin</artifactId>
33-
<version>0.10.7-SNAPSHOT</version>
33+
<version>0.10.8-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/cpp-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can use FetchContent to add KCL C++ Lib to your project.
2222
FetchContent_Declare(
2323
kcl-lib
2424
GIT_REPOSITORY https://github.com/kcl-lang/lib.git
25-
GIT_TAG v0.9.3
25+
GIT_TAG v0.10.8
2626
SOURCE_SUBDIR cpp
2727
)
2828
FetchContent_MakeAvailable(kcl-lib)

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/java-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sidebar_position: 5
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib</artifactId>
33-
<version>0.10.7-SNAPSHOT</version>
33+
<version>0.10.8-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/kotlin-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sidebar_position: 8
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib-kotlin</artifactId>
33-
<version>0.10.7-SNAPSHOT</version>
33+
<version>0.10.8-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

versioned_docs/version-0.10/reference/xlang-api/cpp-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can use FetchContent to add KCL C++ Lib to your project.
2222
FetchContent_Declare(
2323
kcl-lib
2424
GIT_REPOSITORY https://github.com/kcl-lang/lib.git
25-
GIT_TAG v0.9.1 # You can change the GitHub branch tag.
25+
GIT_TAG v0.10.8 # You can change the GitHub branch tag.
2626
SOURCE_SUBDIR cpp
2727
)
2828
FetchContent_MakeAvailable(kcl-lib)

versioned_docs/version-0.10/reference/xlang-api/java-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib</artifactId>
33-
<version>0.10.7-SNAPSHOT</version>
33+
<version>0.10.8-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

versioned_docs/version-0.10/reference/xlang-api/kotlin-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib-kotlin</artifactId>
33-
<version>0.10.7-SNAPSHOT</version>
33+
<version>0.10.8-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

0 commit comments

Comments
 (0)