aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2023-04-25 20:06:22 +0200
committerGuilhem Moulin <guilhem@fripost.org>2023-04-25 20:06:22 +0200
commitc80a2530eb014b34a314e078fec2589bc7969e33 (patch)
tree7ae3c8ea5470e51ed2bc3d944cfafa754ec3ccf5 /client
parent5d9d1ce570c0fa613e1dc2345047a0ff95f781c5 (diff)
Prepare new release v0.8.2.v0.8.2
Diffstat (limited to 'client')
-rwxr-xr-xclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/client b/client
index 01c7e5a..d993518 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.1';
+our $VERSION = '0.8.2';
my $PROTOCOL_VERSION = 1;
my $NAME = 'lacme-client';