diff options
author | Nick Gerace <nickagerace@gmail.com> | 2021-02-15 00:04:38 -0500 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2021-02-15 00:04:38 -0500 |
commit | 9305d38dc4c11141c6024869d1e24beca26b7b70 (patch) | |
tree | 9439cdbda83b5aa26d22213058365a1d16544792 /Makefile | |
parent | 728208357158adcd5442b7e756578132d3b8e9c9 (diff) | |
download | gfold-9305d38dc4c11141c6024869d1e24beca26b7b70.zip |
Update to 0.9.0
Update to 0.9.0 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.4 +VERSION:=0.9.0 all: build |