Skip to content

Commit

Permalink
Sync changes to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
gabelevi committed Apr 16, 2015
1 parent c3ffc1c commit 5b73bc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/commands/statusCommands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module Impl (CommandList : COMMAND_LIST) (Config : CONFIG) = struct
empty
|> CommandUtils.server_flags
|> CommandUtils.json_flags
|> dummy None
|> anon "root" (optional string) ~doc:"Root directory"
)
}

Expand Down
2 changes: 1 addition & 1 deletion src/common/flowConfig.ml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
open Utils
open Sys_utils

let version = "0.9.0"
let version = "0.9.1"

type moduleSystem = Node | Haste

Expand Down
2 changes: 1 addition & 1 deletion tests/version/version.exp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.flowconfig:10 Wrong version of Flow. The config specifies version 0.1.0 but this is version 0.9.0
.flowconfig:10 Wrong version of Flow. The config specifies version 0.1.0 but this is version 0.9.1

0 comments on commit 5b73bc6

Please sign in to comment.