function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Synthia B.Synthia B. 

Version Compatibility Check: platform version of "36.0" or higher

I am getting the following error for the code below while attempting to complete a change set. How can I correct this? 

"One or more components failed Version Compatibility Check.This change set contains components that require the "36.0" or higher platform version. Please select an organization with a platform version of "36.0" or higher, or remove all incompatible components.​"
 
global class myHandler implements Messaging.InboundEmailHandler { global Messaging.InboundEmailResult handleInboundEmail(Messaging.InboundEmail email, Messaging.InboundEnvelope envelope) { Messaging.InboundEmailResult result = new Messaging.InboundEmailresult(); return result; } 

Thanks in Advance!! 
Best Answer chosen by Synthia B.
ArmouryArmoury
The target environment which you are uploading the changeset to - is still in version '35.0' but the changeset has atleast one of the components created as version '36.0'. If this apex class is created recently then edit the version setting and change it to '35.0'. Else you have to wait till your target environment is upgraded to 36.0. You can check the release calendar here 
http://trust.salesforce.com/trust/calendar