@@ -65,7 +65,7 @@ - (void)initializeDeviceInformation {
6565 self.osBuild = [self getOSBuildVersion ];
6666 self.model = [[UIDevice currentDevice ] model ];
6767 self.agentName = @" NewRelic-VideoAgent-iOS" ;
68- self.agentVersion = @" 4.0.5 " ; // Should be pulled from build configuration
68+ self.agentVersion = @" 4.1.0 " ; // Should be pulled from build configuration
6969 self.manufacturer = @" Apple" ;
7070 self.deviceId = [self generatePersistentDeviceId ];
7171 self.architecture = [self getSystemArchitecture ];
@@ -93,15 +93,15 @@ - (void)setDefaultValues {
9393 self.osBuild = @" Unknown" ;
9494 self.model = @" Unknown" ;
9595 self.agentName = @" NewRelic-VideoAgent-iOS" ;
96- self.agentVersion = @" 4.0.5 " ;
96+ self.agentVersion = @" 4.1.0 " ;
9797 self.manufacturer = @" Apple" ;
9898 self.deviceId = [[NSUUID UUID ] UUIDString ];
9999 self.architecture = @" unknown" ;
100100 self.runTime = @" unknown" ;
101101 self.size = @" " ; // Empty string for now
102102 self.applicationFramework = @" Native iOS" ;
103103 self.applicationFrameworkVersion = @" Unknown" ;
104- self.userAgent = @" NewRelic-VideoAgent-iOS/4.0.5 " ;
104+ self.userAgent = @" NewRelic-VideoAgent-iOS/4.1.0 " ;
105105 self.isTV = NO ;
106106 self.isLowMemoryDevice = NO ;
107107}
0 commit comments