diff --git a/proposals/cli/wit/exit.wit b/proposals/cli/wit/exit.wit index 427935c8..3dffe987 100644 --- a/proposals/cli/wit/exit.wit +++ b/proposals/cli/wit/exit.wit @@ -12,6 +12,6 @@ interface exit { /// /// This function does not return; the effect is analogous to a trap, but /// without the connotation that something bad has happened. - @unstable(feature = cli-exit-with-code) + @since(version = 0.2.12) exit-with-code: func(status-code: u8); }