Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

0.0.7

Compare
Choose a tag to compare
released this 25 Feb 13:17
· 372 commits to master since this release

Linux

curl -L https://github.com/REPLACE_ME_ORG/REPLACE_ME_APP_NAME/releases/download/v0.0.7/REPLACE_ME_APP_NAME-linux-amd64.tar.gz | tar xzv 
sudo mv REPLACE_ME_APP_NAME /usr/local/bin

macOS

curl -L  https://github.com/REPLACE_ME_ORG/REPLACE_ME_APP_NAME/releases/download/v0.0.7/REPLACE_ME_APP_NAME-darwin-amd64.tar.gz | tar xzv
sudo mv REPLACE_ME_APP_NAME /usr/local/bin

Changes

Chores

  • include change header files so when we import projects we get the files needed to release (James Rawlings)