docs: update header

This commit is contained in:
Daylin Morgan 2022-09-14 17:21:36 -05:00
parent de1bc7e1c9
commit 76d4c93ec5
2 changed files with 3 additions and 3 deletions

View file

@ -3,6 +3,6 @@
# MIT License
# version: ##- version -##
#
# task.mk should be included at the bottom of your Makefile.
# task.mk should be included at the bottom of your Makefile with `-include .task.mk`
# See below for the standard configuration options that should be set prior to including this file.
# You can update your .task.mk with `make _update-task.mk`

View file

@ -1,9 +1,9 @@
# }> [github.com/daylinmorgan/task.mk] <{ #
# Copyright (c) 2022 Daylin Morgan
# MIT License
# version: v22.9.14-3-gf3050f1-dev
# version: v22.9.14-4-gde1bc7e-dev
#
# task.mk should be included at the bottom of your Makefile.
# task.mk should be included at the bottom of your Makefile with `-include .task.mk`
# See below for the standard configuration options that should be set prior to including this file.
# You can update your .task.mk with `make _update-task.mk`