summaryrefslogtreecommitdiff
path: root/wrappers/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python/Makefile')
-rw-r--r--wrappers/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/Makefile b/wrappers/python/Makefile
index c55faf8..4e7f8d7 100644
--- a/wrappers/python/Makefile
+++ b/wrappers/python/Makefile
@@ -1,7 +1,7 @@
.DEFAULT_GOAL := pack
.PHONY: install-lib pack test clean lint fmt
-VERSION := $(shell grep -o 'const Version = "[^"]*' ../../internal/version/version.go | cut -d '"' -f 2)
+VERSION := $(shell grep -o 'const Version = "[^"]*' ../../internal/commonver/commonver.go | cut -d '"' -f 2)
install-lib:
rm -rf eduvpn_common/lib/*