From ead179065da974a2ab32ae4a92fd52691494d781 Mon Sep 17 00:00:00 2001 From: Alfonso Garcia-Caro Date: Tue, 12 Jun 2018 17:55:53 +0200 Subject: [PATCH] Bump version to 2.0.0-alpha-018 --- src/dotnet/Fable.Compiler/CLI/CLI.Util.fs | 2 +- src/dotnet/Fable.Compiler/Fable.Compiler.fsproj | 2 +- src/dotnet/Fable.Compiler/RELEASE_NOTES.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs b/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs index 9a260ce4c5..b91c3e6af9 100644 --- a/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs +++ b/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs @@ -2,7 +2,7 @@ namespace Fable.CLI module Literals = - let [] VERSION = "2.0.0-alpha-017" + let [] VERSION = "2.0.0-alpha-018" let [] DEFAULT_PORT = 61225 let [] FORCE = "force:" diff --git a/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj b/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj index ef8bc710b4..78c5f0a7fd 100644 --- a/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj +++ b/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj @@ -3,7 +3,7 @@ Fable: F# to JS Compiler 2.0.0 - 2.0.0-alpha-017 + 2.0.0-alpha-018 Exe DotnetCliTool dotnet-fable diff --git a/src/dotnet/Fable.Compiler/RELEASE_NOTES.md b/src/dotnet/Fable.Compiler/RELEASE_NOTES.md index 6476c3fa74..86ea2a1d50 100644 --- a/src/dotnet/Fable.Compiler/RELEASE_NOTES.md +++ b/src/dotnet/Fable.Compiler/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -### 2.0.0-alpha-017 +### 2.0.0-alpha-018 * Fable 2 alpha