improve docs (#4)

This commit is contained in:
Adem Baccara
2025-08-30 15:53:31 +01:00
committed by GitHub
parent e2f38b1e96
commit 75b0170461
7 changed files with 62 additions and 27 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ SHELL = /usr/bin/env bash -o pipefail
# Project variables
PROJECT_NAME ?= $(shell basename $(CURDIR))
VERSION ?= v0.0.1
VERSION ?= v0.1.0
BUILD_TIME ?= $(shell date -u '+%Y-%m-%d_%H:%M:%S')
GIT_COMMIT ?= $(shell git rev-parse --short HEAD 2>/dev/null || echo "unknown")