Skip to content

Commit 3c5ae6d

Browse files
committed
Bump SyncthingNative to v1.18.5
1 parent 9f08826 commit 3c5ae6d

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

SyncthingNative_update_and_build.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ REM Script Consts.
99
SET CLEAN_BEFORE_BUILD=1
1010
SET SKIP_CHECKOUT_SRC=0
1111
SET USE_GO_DEV=0
12-
SET DESIRED_SUBMODULE_VERSION=v1.18.4
12+
SET DESIRED_SUBMODULE_VERSION=v1.18.5
1313
SET GRADLEW_PARAMS=-q
1414
REM
1515
REM Runtime Variables.

app/src/main/play/release-notes/en-GB/beta.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Syncthing v1.18.4
1+
* Syncthing v1.18.5
22

33
Enhanced
44
--
@@ -7,8 +7,7 @@ Enhanced
77

88
Fixes
99
--
10-
- Correct default of "cleanupIntervalS" folder/versioning element (#856)
11-
- Fix broadcast control via START/STOP commands (#850)
10+
-
1211

1312

1413
Others

app/versions.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
versionMajor = 1
33
versionMinor = 18
4-
versionPatch = 4
4+
versionPatch = 5
55
versionWrapper = 0
66
}

0 commit comments

Comments
 (0)