diff options
| author | Teddy Wing | 2018-03-01 00:01:43 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-03-01 00:01:43 +0100 |
| commit | 267cff0c1bd1d7a57c82e3ef442f26a0968bceb9 (patch) | |
| tree | bd544cb7c10a181ab70cca1c2edfe57025ff298a | |
| parent | ee961907eabae3730753feb3b1a86a1bbb3ba12c (diff) | |
| download | harvester-267cff0c1bd1d7a57c82e3ef442f26a0968bceb9.tar.bz2 | |
Increase version v0.1.0 -> v0.2.0v0.2.0
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rwxr-xr-x | harvester | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ CHANGELOG ========= +v0.2.0 (2018-02-28): + * Add `--update-module` flag + v0.1.0 (2018-02-12): * Implement the `--list-modules` flag * Add a `--version` flag @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with Harvester. If not, see <http://www.gnu.org/licenses/>. -VERSION='0.1.0' +VERSION='0.2.0' function print_usage () { cat 1>&2 <<__EOF__ |
