diff --git a/README.md b/README.md
index 011bacb9b..7c7813048 100644
--- a/README.md
+++ b/README.md
@@ -32,13 +32,13 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq
#### Java
```groovy
-testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.0.24")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.0.25")
```
#### Kotlin
```groovy
-testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.0.24")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.0.25")
```
### Maven
@@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
com.navercorp.fixturemonkey
fixture-monkey-starter
- 1.0.24
+ 1.0.25
test
```
@@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
com.navercorp.fixturemonkey
fixture-monkey-starter-kotlin
- 1.0.24
+ 1.0.25
test
```
diff --git a/build.gradle.kts b/build.gradle.kts
index 80232175d..77cf377a5 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
allprojects {
group = "com.navercorp.fixturemonkey"
- version = "1.0.25-SNAPSHOT"
+ version = "1.0.25"
}
subprojects {
diff --git a/docs/content/v1.0.x-kor/release-notes/_index.md b/docs/content/v1.0.x-kor/release-notes/_index.md
index d8fc7dde9..d33b02b21 100644
--- a/docs/content/v1.0.x-kor/release-notes/_index.md
+++ b/docs/content/v1.0.x-kor/release-notes/_index.md
@@ -9,6 +9,8 @@ sectionStart
### v.1.0.25
Fix concurrency issue with string generation
+Fix seed setting as annotated
+
sectionEnd
sectionStart
diff --git a/docs/content/v1.0.x/release-notes/_index.md b/docs/content/v1.0.x/release-notes/_index.md
index 56e052aee..79327b627 100644
--- a/docs/content/v1.0.x/release-notes/_index.md
+++ b/docs/content/v1.0.x/release-notes/_index.md
@@ -9,6 +9,8 @@ sectionStart
### v.1.0.25
Fix concurrency issue with string generation
+Fix seed setting as annotated
+
sectionEnd
sectionStart