Skip to content

Commit 1c83f56

Browse files
committed
6.0.2. version
1 parent 700e5ba commit 1c83f56

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 = "6.0.1"
7+
const Version = "6.0.2"

shared/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.github.triplet.play'
44
import com.android.build.OutputFile
55

66
// KB: app version
7-
def VERSION_NAME = "6.0.1"
7+
def VERSION_NAME = "6.0.2"
88

99
/**
1010
* 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>6.0.1</string>
20+
<string>6.0.2</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>6.0.1</string>
20+
<string>6.0.2</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>NSExtension</key>

0 commit comments

Comments
 (0)