mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-04 09:19:44 +00:00
added make version
This commit is contained in:
parent
fe2e501488
commit
7431263903
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -61,6 +61,9 @@ image-push:
|
|||
check-version:
|
||||
git fetch && (! git rev-list ${VERSION})
|
||||
|
||||
version:
|
||||
@echo ${VERSION}
|
||||
|
||||
deps:
|
||||
@go mod tidy -v
|
||||
@go mod vendor
|
||||
|
|
Loading…
Reference in a new issue