Skip to content

Commit

Permalink
Update preview label
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Sep 16, 2024
1 parent 9b7910b commit 7239b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/fsharp/FantomasOnline/Model.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type FantomasMode =
| V5
| V6
| Main // main branch
| Preview // Also main branch, formerly v6.0 branch
| Preview // v7.0 branch

type Msg =
| Bubble of BubbleMessage
Expand Down
2 changes: 1 addition & 1 deletion src/client/fsharp/FantomasOnline/View.fs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ let settings isFsi model dispatch =
FantomasMode.V5, "5.x"
FantomasMode.V6, "6.x"
FantomasMode.Main, "Main"
FantomasMode.Preview, "6.1 preview" ]
FantomasMode.Preview, "7.0 preview" ]
|> List.map (fun (m, l) ->
{ IsActive = model.Mode = m
Label = l
Expand Down

0 comments on commit 7239b5f

Please sign in to comment.