diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-22 03:19:57 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-22 03:19:57 +0100 |
commit | 3eba02ef820a393bd5781be9f8fcda1611ae7c3d (patch) | |
tree | 2fd104378f1f5f294a0ea297e35c80361f9bb509 /lacme-accountd | |
parent | 903309cb8364047a2939fb6d3cb06da8ecc32726 (diff) |
Prepare new release v0.8.0.v0.8.0
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 9909cb8..0f5deb2 100755 --- a/lacme-accountd +++ b/lacme-accountd @@ -23,7 +23,7 @@ use v5.14.2; use strict; use warnings; -our $VERSION = '0.3'; +our $VERSION = '0.8.0'; my $PROTOCOL_VERSION = 1; my $NAME = 'lacme-accountd'; |