File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/dotnet/Fable.Compiler Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ namespace Fable.CLI
22
33module Literals =
44
5- let [<Literal>] VERSION = " 2.0.0-alpha-011 "
5+ let [<Literal>] VERSION = " 2.0.0-alpha-012 "
66 let [<Literal>] DEFAULT_PORT = 61225
77 let [<Literal>] FORCE = " force:"
88
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Description >Fable: F# to JS Compiler</Description >
55 <Version >2.0.0</Version >
6- <PackageVersion >2.0.0-alpha-011 </PackageVersion >
6+ <PackageVersion >2.0.0-alpha-012 </PackageVersion >
77 <OutputType >Exe</OutputType >
88 <PackageType >DotnetCliTool</PackageType >
99 <AssemblyName >dotnet-fable</AssemblyName >
Original file line number Diff line number Diff line change 1- ### 2.0.0-alpha-011
1+ ### 2.0.0-alpha-012
22
33* Fable 2 alpha
44
You can’t perform that action at this time.
0 commit comments