Hi.. I am trying to upgrade Hyperledger Fabric. To do this, i ran the following commands:
./byfn.sh down
git fetch origin
git checkout v1.1.0
./byfn.sh generate
./byfn.sh up -t 3000 -i 1.1.0
 But I am getting this error:
  LOCAL_VERSION=1.1.0-alpha
    DOCKER_IMAGE_VERSION=1.1.0
    =================== WARNING ===================
      Local fabric binaries and docker images are  
      out of  sync. This may cause problems.       
    ===============================================
    ERROR! Local Fabric binary version of 1.1.0-alpha does not match this newer version of BYFN and is unsupported. Either move to a later version of Fabric or checkout an earlier version of fabric-samples.
How can I solve this?