diff options
Diffstat (limited to 'lib/ftp/src')
-rw-r--r-- | lib/ftp/src/ftp.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftp/src/ftp.app.src b/lib/ftp/src/ftp.app.src index a50d4936b8..237174358f 100644 --- a/lib/ftp/src/ftp.app.src +++ b/lib/ftp/src/ftp.app.src @@ -1,6 +1,6 @@ {application, ftp, [{description, "FTP client"}, - {vsn, "1.0.0"}, + {vsn, "1.0"}, {registered, []}, {mod, { ftp_app, []}}, {applications, |