summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-12-20 16:22:27 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-12-21 18:28:52 +0100
commit39b017a21637dbd383faec2360663eb200329f43 (patch)
tree0e87ffafe1c4149e3ef420e273c9443b1ae92732 /Makefile
parent845c67476979bd031890ef430f24a0acbd9f2c7c (diff)
Version: Bump to 0.2.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1da08f0..6f891e8 100644
--- a/Makefile
+++ b/Makefile
@@ -35,9 +35,9 @@ srpm:
rm -rf dist/*
# Archive code with vendored dependencies
- git clone . dist/libeduvpn-common-0.1.0
+ git clone . dist/libeduvpn-common-0.2.0
go mod vendor
- cp -r vendor dist/libeduvpn-common-0.1.0/vendor
+ cp -r vendor dist/libeduvpn-common-0.2.0/vendor
tar -zcvf ~/rpmbuild/SOURCES/libeduvpn-common.tar.gz -C dist .
# Cleanup