Skip to content

Commit 4b54b63

Browse files
committed
docs(website): refer to 4.0.0
1 parent 7d51b09 commit 4b54b63

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/content/docs/guides/quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ To get started with FastCSV, add the following dependency to your project:
1515
```kotlin
1616
// build.gradle.kts
1717
dependencies {
18-
implementation("de.siegmar:fastcsv:3.7.0")
18+
implementation("de.siegmar:fastcsv:4.0.0")
1919
}
2020
```
2121
</TabItem>
2222
<TabItem label="Gradle/Groovy">
2323
```groovy
2424
// build.gradle
2525
dependencies {
26-
implementation 'de.siegmar:fastcsv:3.7.0'
26+
implementation 'de.siegmar:fastcsv:4.0.0'
2727
}
2828
```
2929
</TabItem>
@@ -33,7 +33,7 @@ To get started with FastCSV, add the following dependency to your project:
3333
<dependency>
3434
<groupId>de.siegmar</groupId>
3535
<artifactId>fastcsv</artifactId>
36-
<version>3.7.0</version>
36+
<version>4.0.0</version>
3737
</dependency>
3838
```
3939
</TabItem>

0 commit comments

Comments
 (0)