Right now, for carthage version 0.20.1, the command `carthage version` returns more than just the version and so the comparison fails. The script should parse the entry and, I guess, just get the version from the last `\n` onwards (or everything if there isn't a `\n`). 