diff --git a/src/sh.app.src b/src/sh.app.src index f677861..a327f89 100644 --- a/src/sh.app.src +++ b/src/sh.app.src @@ -1,6 +1,6 @@ {application, sh, [{description, "VXZ SH Executor"}, - {vsn, "1"}, + {vsn, "0.9"}, {registered, []}, {applications, [kernel,stdlib]}, {mod, { sh_app, []}},