Skip to content

Commit

Permalink
Bump version to 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
uwolfer committed Mar 21, 2024
1 parent 0900ea7 commit 87373e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Releases are available with Maven:
<dependency>
<groupId>com.urswolfer.gerrit.client.rest</groupId>
<artifactId>gerrit-rest-java-client</artifactId>
<version>0.9.6</version>
<version>0.9.7</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.urswolfer.gerrit.client.rest</groupId>
<artifactId>gerrit-rest-java-client</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>

<name>gerrit-rest-java-client</name>
<description>Java REST client for Gerrit Code Review API.</description>
Expand Down

0 comments on commit 87373e5

Please sign in to comment.