diff options
| -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__ |
