aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/FIROptions.m
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2017-08-25 13:07:06 -0400
committerGravatar GitHub <noreply@github.com>2017-08-25 13:07:06 -0400
commitb1c231d95bbb582154a964091f3b5033dee130b5 (patch)
treefbdaf2e96f158e93dc8fc6d9fae1d6a050d5420b /Firebase/Core/FIROptions.m
parentfb1b4ba5879e4118d73dc70f83d7678407418870 (diff)
Bump Core to 4.0.6 (#215)
Bump Core as part of the next Firebase release.
Diffstat (limited to 'Firebase/Core/FIROptions.m')
-rw-r--r--Firebase/Core/FIROptions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Core/FIROptions.m b/Firebase/Core/FIROptions.m
index 06e8f7a..24086ea 100644
--- a/Firebase/Core/FIROptions.m
+++ b/Firebase/Core/FIROptions.m
@@ -42,7 +42,7 @@ NSString *const kFIRIsSignInEnabled = @"IS_SIGNIN_ENABLED";
NSString *const kFIRLibraryVersionID =
@"4" // Major version (one or more digits)
@"00" // Minor version (exactly 2 digits)
- @"05" // Build number (exactly 2 digits)
+ @"06" // Build number (exactly 2 digits)
@"000"; // Fixed "000"
// Plist file name.
NSString *const kServiceInfoFileName = @"GoogleService-Info";