diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-06-13 17:39:34 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-06-13 17:39:34 +0200 |
commit | ce6a95d172dbefd0e310c46e0a0d9c56d19e34ca (patch) | |
tree | d166fb5c093fc1af8324eb9c7e7f92cea2fae373 /lacme-accountd | |
parent | 98e4397f5330245cb7f8a21054ab078c4d0bba82 (diff) |
Prepare new release v0.8.3.v0.8.3
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 8d2c599..5bc8b5f 100755 --- a/lacme-accountd +++ b/lacme-accountd @@ -23,7 +23,7 @@ use v5.14.2; use strict; use warnings; -our $VERSION = '0.8.2'; +our $VERSION = '0.8.3'; my $PROTOCOL_VERSION = 1; my $NAME = 'lacme-accountd'; |