Skip to content

Commit b1c231d

Browse files
authored
Bump Core to 4.0.6 (#215)
Bump Core as part of the next Firebase release.
1 parent fb1b4ba commit b1c231d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firebase/Core/FIROptions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
NSString *const kFIRLibraryVersionID =
4343
@"4" // Major version (one or more digits)
4444
@"00" // Minor version (exactly 2 digits)
45-
@"05" // Build number (exactly 2 digits)
45+
@"06" // Build number (exactly 2 digits)
4646
@"000"; // Fixed "000"
4747
// Plist file name.
4848
NSString *const kServiceInfoFileName = @"GoogleService-Info";

0 commit comments

Comments
 (0)