aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-22 03:19:57 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-22 03:19:57 +0100
commit3eba02ef820a393bd5781be9f8fcda1611ae7c3d (patch)
tree2fd104378f1f5f294a0ea297e35c80361f9bb509 /client
parent903309cb8364047a2939fb6d3cb06da8ecc32726 (diff)
Prepare new release v0.8.0.v0.8.0
Diffstat (limited to 'client')
-rwxr-xr-xclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/client b/client
index 0bcf8cd..fdef865 100755
--- a/client
+++ b/client
@@ -43,7 +43,7 @@ use warnings;
# instance own by another user and created with umask 0177) is not a
# problem since SOCKET_FD can be bound as root prior to the execve(2).
-our $VERSION = '0.3';
+our $VERSION = '0.8.0';
my $PROTOCOL_VERSION = 1;
my $NAME = 'lacme-client';