aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/FIROptions.m
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-02-08 09:49:49 -0800
committerGravatar GitHub <noreply@github.com>2018-02-08 09:49:49 -0800
commitac13e30e63c7a34973ed6a138626ff587549e3a6 (patch)
treee5a3a449322652e3984e25d684926fcafc80b9ed /Firebase/Core/FIROptions.m
parentecef4aa308c213c000d115123824d55482ffbdad (diff)
Version bumps for 4.9.0 (#774)
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 fc92a55..6d52173 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)
- @"14" // Build number (exactly 2 digits)
+ @"15" // Build number (exactly 2 digits)
@"000"; // Fixed "000"
// Plist file name.
NSString *const kServiceInfoFileName = @"GoogleService-Info";