semaphoreci / cli

Semaphore 2.0 Command Line Interface
Apache License 2.0
26 stars 13 forks source link

Different Mac and Linux versions #133

Closed mactsouk closed 5 years ago

mactsouk commented 5 years ago

On a Mac using HomeBrew:

$ sem version
v0.8.16

On a Linux using curl:

$ sem version
v0.8.14
shiroyasha commented 5 years ago

Fixed with this: https://github.com/semaphoreci/cli/commit/f5227b795955ce485b827125ed3a9e8d23897904.

The next release of the CLI will align the two versions.