From 3d0ccb4e84c14c754755bba6464fa8d046e0512d Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 29 May 2020 18:03:40 -0500 Subject: [PATCH] Add VERSION file --- CHANGELOG.md | 4 ++++ VERSION | 1 + 2 files changed, 5 insertions(+) create mode 100644 VERSION diff --git a/CHANGELOG.md b/CHANGELOG.md index 8445d7a..531355e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ - No new Star Trek references. +### 1.7.1 +- There is a changelog file now. I'm mentioning it in the changelog file. So meta. +- `./gravity-sync.sh version` will alert for new versions. + ## 1.6 **Features** diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..081af9a --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.7.1 \ No newline at end of file