We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06052ff commit baafefeCopy full SHA for baafefe
backend/update.go
@@ -27,7 +27,7 @@ const updateFileURL = "https://bitboxapp.shiftcrypto.io/desktop.json"
27
28
var (
29
// Version of the backend as displayed to the user.
30
- Version = semver.NewSemVer(4, 48, 3)
+ Version = semver.NewSemVer(4, 48, 4)
31
)
32
33
// UpdateFile is retrieved from the server.
frontends/qt/resources/MacOS/Info.plist
@@ -21,10 +21,10 @@
21
<string>APPL</string>
22
23
<key>CFBundleVersion</key>
24
- <string>4.48.1</string>
+ <string>4.48.4</string>
25
26
<key>CFBundleShortVersionString</key>
<key>CFBundleSignature</key>
<string>????</string>
0 commit comments