Skip to content

Commit 67c64f2

Browse files
committed
create 4.7 branch
1 parent 18888b2 commit 67c64f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def main(ctx):
66
# Version shown as latest in generated documentations
77
# It's fine that this is out of date in version branches, usually just needs
88
# adjustment in master/deployment_branch when a new version is added to site.yml
9-
latest_version = "4.6"
9+
latest_version = "4.7"
1010
default_branch = "master"
1111

1212
# Current version branch (used to determine when changes are supposed to be pushed)

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: android
22
title: Mobile App for Android
3-
version: 'next'
3+
version: '4.7'
44
start_page: ROOT:index.adoc
55
nav:
66
- modules/ROOT/partials/nav.adoc

0 commit comments

Comments
 (0)