Something is wrong! HELP QUICK

I followed all the instructions, I am running zcash miner but when I check the config it says its still testnet and im not doing anything

./src/zcash-cli getinfo
{
“version” : 1000026,
“protocolversion” : 170002,
“walletversion” : 60000,
“balance” : 0.00000000,
“blocks” : 0,
“timeoffset” : 0,
“connections” : 0,
“proxy” : “”,
“difficulty” : 1.00000000,
“testnet” : false,
“keypoololdest” : 1477682613,
“keypoolsize” : 101,
“paytxfee” : 0.00000000,
“relayfee” : 0.00005000,
“errors” : “This is a pre-release test build - use at your own risk - do not use for mining or merchant applications”
}

You are on the wrong chain. Version should be 1000050. Make sure you follow the instructions exactly here Home · zcash/zcash Wiki · GitHub