We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe69d3b commit cbcda94Copy full SHA for cbcda94
1 file changed
cli/deadend_cli/main.tsx
@@ -223,7 +223,7 @@ function App({ cliArgs }: AppProps) {
223
<Box flexDirection="column" marginTop={1} marginBottom={1}>
224
<Banner />
225
<Text dimColor>
226
- deadend CLI v0.1.3 {"\u00B7"} Type /help for commands
+ deadend CLI v0.1.4 {"\u00B7"} Type /help for commands
227
</Text>
228
{(cliArgs.mode || cliArgs.target || cliArgs.prompt) && (
229
<Box marginTop={1} flexDirection="row">
0 commit comments