Skip to content

Commit

Permalink
versioning edit
Browse files Browse the repository at this point in the history
  • Loading branch information
AliiAhmadi committed Dec 25, 2023
1 parent ae5f15d commit 30b5c2e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ vendor:
# ==================================================================================== #

current_time = $(shell date --iso-8601=seconds)
git_description = $(shell git describe --always --dirty)
git_description = $(shell git describe --always --dirty --tags --long)
linker_flag = "-s -X main.buildTime=${current_time} -X main.version=${git_description}"

## build: build the cmd/api application
Expand Down
Binary file modified bin/linux_amd64/Meow
Binary file not shown.
Binary file modified bin/linux_arm64/Meow
Binary file not shown.
Binary file modified bin/linux_mips64/Meow
Binary file not shown.
Binary file modified bin/windows_amd64/Meow
Binary file not shown.

0 comments on commit 30b5c2e

Please sign in to comment.