Skip to content

Commit

Permalink
Bump version to 2.0.0-alpha-012
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Jun 6, 2018
1 parent 326873d commit ab23034
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Compiler/CLI/CLI.Util.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Fable.CLI

module Literals =

let [<Literal>] VERSION = "2.0.0-alpha-011"
let [<Literal>] VERSION = "2.0.0-alpha-012"
let [<Literal>] DEFAULT_PORT = 61225
let [<Literal>] FORCE = "force:"

Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Compiler/Fable.Compiler.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Fable: F# to JS Compiler</Description>
<Version>2.0.0</Version>
<PackageVersion>2.0.0-alpha-011</PackageVersion>
<PackageVersion>2.0.0-alpha-012</PackageVersion>
<OutputType>Exe</OutputType>
<PackageType>DotnetCliTool</PackageType>
<AssemblyName>dotnet-fable</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Compiler/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0-alpha-011
### 2.0.0-alpha-012

* Fable 2 alpha

Expand Down

0 comments on commit ab23034

Please sign in to comment.