Skip to content

Commit 5b73bc6

Browse files
committed
Sync changes to upstream
1 parent c3ffc1c commit 5b73bc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/commands/statusCommands.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module Impl (CommandList : COMMAND_LIST) (Config : CONFIG) = struct
7878
empty
7979
|> CommandUtils.server_flags
8080
|> CommandUtils.json_flags
81-
|> dummy None
81+
|> anon "root" (optional string) ~doc:"Root directory"
8282
)
8383
}
8484

src/common/flowConfig.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
open Utils
1212
open Sys_utils
1313

14-
let version = "0.9.0"
14+
let version = "0.9.1"
1515

1616
type moduleSystem = Node | Haste
1717

tests/version/version.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.flowconfig:10 Wrong version of Flow. The config specifies version 0.1.0 but this is version 0.9.0
1+
.flowconfig:10 Wrong version of Flow. The config specifies version 0.1.0 but this is version 0.9.1

0 commit comments

Comments
 (0)