diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2023-01-25 03:23:51 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2023-01-25 03:23:51 +0100 |
commit | b3af3526b293f396da02a6276ea86ca17dcd2d03 (patch) | |
tree | 1627c84c5823c5795e220fddb27e700f3adf4480 /lacme-accountd | |
parent | cb0b301e7a62a71d9e4454f9f7af5358c857c48c (diff) |
Prepare new release v0.8.1.v0.8.1
Diffstat (limited to 'lacme-accountd')
-rwxr-xr-x | lacme-accountd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lacme-accountd b/lacme-accountd index 98c11ad..a9f5469 100755 --- a/lacme-accountd +++ b/lacme-accountd @@ -23,7 +23,7 @@ use v5.14.2; use strict; use warnings; -our $VERSION = '0.8.0'; +our $VERSION = '0.8.1'; my $PROTOCOL_VERSION = 1; my $NAME = 'lacme-accountd'; |