diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2023-04-25 20:06:22 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2023-04-25 20:06:22 +0200 |
commit | c80a2530eb014b34a314e078fec2589bc7969e33 (patch) | |
tree | 7ae3c8ea5470e51ed2bc3d944cfafa754ec3ccf5 /lacme-accountd | |
parent | 5d9d1ce570c0fa613e1dc2345047a0ff95f781c5 (diff) |
Prepare new release v0.8.2.v0.8.2
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 a9f5469..8d2c599 100755 --- a/lacme-accountd +++ b/lacme-accountd @@ -23,7 +23,7 @@ use v5.14.2; use strict; use warnings; -our $VERSION = '0.8.1'; +our $VERSION = '0.8.2'; my $PROTOCOL_VERSION = 1; my $NAME = 'lacme-accountd'; |