Skip to content

Commit 0c8032e

Browse files
authored
Fix release versions in for 5.5.5 [5.5][REL-559] (#1603)
Was manually incremented in #1600 but the automation then incremented again. I should've left alone...
1 parent e3aad29 commit 0c8032e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ display_version: '5.5'
88
asciidoc:
99
attributes:
1010
# The full major.minor.patch version, which is used as a variable in the docs for things like download links
11-
full-version: '5.5.6'
11+
full-version: '5.5.5'
1212
os-version: '5.5.0'
1313
ee-version: '5.5.5'
1414
jet-version: '4.5.4'
1515
# The minor.patch version, which is used as a variable in the docs for things like file versions
1616
minor-version: '5.5'
1717
# The snapshot version for installing with brew
18-
version-brew: '5.5.6'
18+
version-brew: '5.5.5'
1919
java-client-standalone-version: '5.5.0-BETA'
2020
# Allows us to use UI macros. See https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/
2121
experimental: true

0 commit comments

Comments
 (0)