Skip to content

Commit a356ef3

Browse files
committed
Bump version 1.29.2 build 2
1 parent 11bc328 commit a356ef3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/update-release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from urllib.request import urlopen
1515
from string import Template
1616

17-
distVersion = 1
17+
distVersion = 2
1818
latest_url = "https://api.github.com/repos/syncthing/syncthing/releases/latest"
1919
infoPlist = 'syncthing/Info.plist'
2020
infoPlistTmpl = 'syncthing/Info.plist.tmpl'

syncthing/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.29.2-1</string>
22+
<string>1.29.2-2</string>
2323
<key>CFBundleVersion</key>
24-
<string>102900201</string>
24+
<string>102900202</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.utilities</string>
2727
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)