Skip to content

1.7.2 Release

Compare
Choose a tag to compare
@vmstan vmstan released this 30 May 02:41
· 432 commits to master since this release
bde9b3b

This update changes the way that beta/development updates are applied. To continue receving the development branch, create an empty file in the gravity-sync folder called dev and afterwards the standard ./gravity-sync.sh update function will apply the correct updates.

cd gravity-sync
touch dev
./gravity-sync.sh update

Delete the dev file and update again to revert back to the stable/master branch.

Deprecation

  • Removes beta function for applying development branch updates.