Skip to content

Commit 39ca007

Browse files
committed
bump version
1 parent 4d786e1 commit 39ca007

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

go/libkb/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
package libkb
55

66
// Version is the current version (should be MAJOR.MINOR.PATCH)
7-
const Version = "5.5.0"
7+
const Version = "5.5.1"

shared/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply from: '../../node_modules/react-native-unimodules/gradle.groovy'
66
import com.android.build.OutputFile
77

88
// KB: app version
9-
def VERSION_NAME = "5.5.0"
9+
def VERSION_NAME = "5.5.1"
1010

1111
/**
1212
* The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets

shared/ios/Keybase/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>5.5.0</string>
20+
<string>5.5.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>

shared/ios/KeybaseShare/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>5.5.0</string>
20+
<string>5.5.1</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>NSExtension</key>

0 commit comments

Comments
 (0)