Skip to content

Commit

Permalink
Revert backport issue incrementing versions to 6.0 [5.5] (#1253)
Browse files Browse the repository at this point in the history
When #1233 was backported in
c635ad4, it seems to have copied
additional changes not made in that PR, incrementing:
- `page-latest-supported-mc`
- `page-latest-supported-java-client`

This PR reverts that.
  • Loading branch information
JackPGreen authored Aug 19, 2024
1 parent 7a12b41 commit 619d845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ asciidoc:
# All page-latest attributes are used as a variable in the docs for things like download links and search results
page-latest-cli: '5.2021.09'
# Must be lowercase because this is how the version appears in the docs
page-latest-supported-mc: '6.0-snapshot'
page-latest-supported-java-client: '6.0.0-SNAPSHOT'
page-latest-supported-mc: '5.5.0'
page-latest-supported-java-client: '5.5.0'
# https://github.com/hazelcast/hazelcast-go-client/releases
page-latest-supported-go-client: '1.4.2'
# https://github.com/hazelcast/hazelcast-cpp-client/releases
Expand Down

0 comments on commit 619d845

Please sign in to comment.