We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18888b2 commit 67c64f2Copy full SHA for 67c64f2
.drone.star
@@ -6,7 +6,7 @@ def main(ctx):
6
# Version shown as latest in generated documentations
7
# It's fine that this is out of date in version branches, usually just needs
8
# adjustment in master/deployment_branch when a new version is added to site.yml
9
- latest_version = "4.6"
+ latest_version = "4.7"
10
default_branch = "master"
11
12
# Current version branch (used to determine when changes are supposed to be pushed)
antora.yml
@@ -1,6 +1,6 @@
1
name: android
2
title: Mobile App for Android
3
-version: 'next'
+version: '4.7'
4
start_page: ROOT:index.adoc
5
nav:
- modules/ROOT/partials/nav.adoc
0 commit comments