Update version string format in Makefile and code files to use 'v' prefix

This commit is contained in:
alex
2025-07-05 12:56:53 +03:00
parent 2ad4c57b2c
commit b38e492e7e
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ APP_NAME := node
BIN_DIR := bin
GOPATH := $(shell go env GOPATH)
export CONFIG_PATH := ./config.yaml
LDFLAGS := -X 'github.com/akyaiy/GoSally-mvp/core/config.NodeVersion=version0.0.1-dev'
LDFLAGS := -X 'github.com/akyaiy/GoSally-mvp/core/config.NodeVersion=v0.0.1-dev'
CGO_CFLAGS := -I/usr/local/include
CGO_LDFLAGS := -L/usr/local/lib -llua5.1 -lm -ldl
.PHONY: all build run runq test fmt vet lint check clean