diff options
author | Nick Gerace <nickagerace@gmail.com> | 2021-01-27 02:18:09 +0000 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2021-01-26 21:35:32 -0500 |
commit | f19ca908211a42610018b5a9acbfa28fb62fb471 (patch) | |
tree | 46e95863eb0864598324e5426c0fa097b3cd8ef4 /Makefile | |
parent | 09c88901cbc9d4507aad348391631106d41141a9 (diff) | |
download | gfold-f19ca908211a42610018b5a9acbfa28fb62fb471.zip |
Update to 0.8.4
Update to 0.8.4 and change all relevant files with the new semver.
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.8.3 +VERSION:=0.8.4 all: build |