github.com/leovct/zkevm-bridge-service@v0.4.4/version.mk (about)

     1  VERSION := $(shell git describe --tags --always)
     2  GITREV := $(shell git rev-parse --short HEAD)
     3  GITBRANCH := $(shell git rev-parse --abbrev-ref HEAD)
     4  DATE := $(shell LANG=US date +"%a, %d %b %Y %X %z")