diff --git a/README.md b/README.md
index fa7e54db03..48deb2abde 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ You can install it in your application using your build tool such as Gradle and
To add a dependency on ScalarDB using Gradle, use the following:
```gradle
dependencies {
- implementation 'com.scalar-labs:scalardb:3.6.7'
+ implementation 'com.scalar-labs:scalardb:3.6.8'
}
```
@@ -22,7 +22,7 @@ To add a dependency using Maven:
com.scalar-labs
scalardb
- 3.6.7
+ 3.6.8
```
diff --git a/build.gradle b/build.gradle
index 0a5f55aa49..94385a0e2b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,7 @@ subprojects {
apply plugin: 'java-library-distribution'
apply plugin: 'com.diffplug.spotless'
- project.version = '3.6.8-SNAPSHOT'
+ project.version = '3.6.8'
ext {
guiceVersion = '5.0.1'
diff --git a/docs/index.md b/docs/index.md
index a4cc50d976..7098d8e4a2 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -13,7 +13,7 @@ You can install it in your application using your build tool such as Gradle and
To add a dependency on ScalarDB using Gradle, use the following:
```gradle
dependencies {
- implementation 'com.scalar-labs:scalardb:3.6.7'
+ implementation 'com.scalar-labs:scalardb:3.6.8'
}
```
@@ -22,7 +22,7 @@ To add a dependency using Maven:
com.scalar-labs
scalardb
- 3.6.7
+ 3.6.8
```