Merge pull request #7656 from nextcloud/make-stable-23

stable is now 23
This commit is contained in:
Matthieu Gallien
2021-11-30 17:29:15 +01:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ rst_epilog = '.. |version| replace:: %s' % version
# building the versions list
version_start = 21 # THIS IS THE SUPPORTED VERSION NUMBER
version_stable = 22 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
version_stable = 23 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
def generateVersionsDocs(current_docs):
versions_doc = []
for v in range(version_start, version_stable + 1):