diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-06-29 10:52:01 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-06-29 10:52:05 +0200 |
commit | a528bcffe2480245185a3b8d6e6c51307635a4ea (patch) | |
tree | f1351ff90113cb06480649695d02571637051570 /lacme-accountd | |
parent | 15639f5b1aa607ccb4fec1a41643a3b916e0e44a (diff) |
lacme(1), lacme-accountd(1): fix version number.
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 00d6ccd..547af59 100755 --- a/lacme-accountd +++ b/lacme-accountd @@ -22,7 +22,7 @@ use strict; use warnings; -our $VERSION = '0.0.1'; +our $VERSION = '0.3'; my $PROTOCOL_VERSION = 1; my $NAME = 'lacme-accountd'; |