Skip to content

Commit e03e958

Browse files
Update snapshot README
1 parent 421a8ac commit e03e958

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
55
<!-- ALL-CONTRIBUTORS-BADGE:END -->
66

7+
> **⚠️** This is the instructions for the latest SNAPSHOT version (main branch). Please, see the [latest **released** documentation](https://github.com/quarkiverse/quarkus-openapi-generator/blob/0.6.0/README.md) if you are looking for instructions.
8+
79
Quarkus' extension for generation of [Rest Clients](https://quarkus.io/guides/rest-client) based on OpenAPI specification files.
810

911
This extension is based on the [OpenAPI Generator Tool](https://openapi-generator.tech/). Please consider donation to help them maintain the
@@ -18,7 +20,7 @@ Add the following dependency to your project's `pom.xml` file:
1820
<dependency>
1921
<groupId>io.quarkiverse.openapi.generator</groupId>
2022
<artifactId>quarkus-openapi-generator</artifactId>
21-
<version>0.6.0</version>
23+
<version>1.0.0-SNAPSHOT</version>
2224
</dependency>
2325
```
2426

0 commit comments

Comments
 (0)