Skip to content

Commit

Permalink
Reference the latest release in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hammerhead committed Jul 25, 2023
1 parent 7513324 commit ecad2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Add ``crate-jdbc`` as a dependency, like so:
<dependency>
<groupId>io.crate</groupId>
<artifactId>crate-jdbc</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
</dependency>
</dependencies>
Expand All @@ -77,7 +77,7 @@ Then, add ``crate-jdbc`` as a dependency:
.. code-block:: groovy
dependencies {
implementation 'io.crate:crate-jdbc:2.6.0'
implementation 'io.crate:crate-jdbc:2.7.0'
}
Next steps
Expand Down

0 comments on commit ecad2eb

Please sign in to comment.