aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2023-01-25 03:23:51 +0100
committerGuilhem Moulin <guilhem@fripost.org>2023-01-25 03:23:51 +0100
commitb3af3526b293f396da02a6276ea86ca17dcd2d03 (patch)
tree1627c84c5823c5795e220fddb27e700f3adf4480 /client
parentcb0b301e7a62a71d9e4454f9f7af5358c857c48c (diff)
Prepare new release v0.8.1.v0.8.1
Diffstat (limited to 'client')
-rwxr-xr-xclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/client b/client
index 8439ddb..3cda821 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.8.0';
+our $VERSION = '0.8.1';
my $PROTOCOL_VERSION = 1;
my $NAME = 'lacme-client';