Skip to content

Commit

Permalink
Bump version to 2.0.0-alpha-030
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Jul 12, 2018
1 parent 408eb83 commit b7792aa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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-029"
let [<Literal>] VERSION = "2.0.0-alpha-030"
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-029</PackageVersion>
<PackageVersion>2.0.0-alpha-030</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-029
### 2.0.0-alpha-030

* Fable 2 alpha

Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Core/Fable.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>2.0.0</Version>
<PackageVersion>2.0.0-alpha-011</PackageVersion>
<PackageVersion>2.0.0-alpha-012</PackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="Fable.Core.fs" />
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Core/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 b7792aa

Please sign in to comment.