summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-02-01 13:44:03 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-02-01 13:44:03 +0100
commit5e408e15100cdb3eb82565a279fe7c15617b24fa (patch)
tree757945d65785322132756fad770e0da90451cf07 /Makefile
parentc03d17d3bbadfb406ec7cb179d23370f19086533 (diff)
Version: Bump to 0.3.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ca7755e..f9531c0 100644
--- a/Makefile
+++ b/Makefile
@@ -35,9 +35,9 @@ srpm:
rm -rf dist/*
# Archive code with vendored dependencies
- git clone . dist/libeduvpn-common-0.2.0
+ git clone . dist/libeduvpn-common-0.3.0
go mod vendor
- cp -r vendor dist/libeduvpn-common-0.2.0/vendor
+ cp -r vendor dist/libeduvpn-common-0.3.0/vendor
tar -zcvf ~/rpmbuild/SOURCES/libeduvpn-common.tar.gz -C dist .
# Cleanup