Skip to content

Commit cbcda94

Browse files
committed
main version correction
1 parent fe69d3b commit cbcda94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/deadend_cli/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function App({ cliArgs }: AppProps) {
223223
<Box flexDirection="column" marginTop={1} marginBottom={1}>
224224
<Banner />
225225
<Text dimColor>
226-
deadend CLI v0.1.3 {"\u00B7"} Type /help for commands
226+
deadend CLI v0.1.4 {"\u00B7"} Type /help for commands
227227
</Text>
228228
{(cliArgs.mode || cliArgs.target || cliArgs.prompt) && (
229229
<Box marginTop={1} flexDirection="row">

0 commit comments

Comments
 (0)