diff options
author | Nick Gerace <39320683+nickgerace@users.noreply.github.com> | 2020-08-30 01:07:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 01:07:43 -0400 |
commit | 15e2d723ab0f15a98d919668e0d4eafb7220d3d0 (patch) | |
tree | 41d5cadd16f68c32b7e377a85571e036f7151a7e /Makefile | |
parent | 9427c6f5b58e206233fb0f00fd77e463650013e6 (diff) | |
download | gfold-15e2d723ab0f15a98d919668e0d4eafb7220d3d0.zip |
Switch to Apache 2.0 and upgrade to version 0.3.1 (#18)
* Switch to Apache 2.0 License from MIT
Switch to Apache 2.0 license for all contents of this repository.
* Upgrade to version 0.3.1
This version upgrades includes the change to the Apache 2.0 license.
These commits will not be squashed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ MAKEPATH:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) NAME:=gfold -VERSION:=0.3.0 +VERSION:=0.3.1 run: @cd $(MAKEPATH); cargo run -- -p .. |