Skip to content

Commit e6a2834

Browse files
committed
fix: update version output in app function to beta version string
1 parent e908728 commit e6a2834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Terminal/Terminal.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ app intro outro commands =
4444
[ "--version" ] ->
4545
IO.hPutStrLn IO.stdout
4646
-- (V.toChars V.compiler)
47-
"1.0.0-alpha"
47+
"1.0.0-beta"
4848
|> Task.bind (\_ -> Exit.exitSuccess)
4949

5050
command :: chunks ->

0 commit comments

Comments
 (0)