From d4c4d29614853cdc52e275ba46c23a688e55145b Mon Sep 17 00:00:00 2001 From: Alfonso Garcia-Caro Date: Mon, 18 Jun 2018 14:33:17 +0200 Subject: [PATCH] Bump version to 2.0.0-alpha-020 --- 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 6b11826bab..8be8cee2c3 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-019" + let [] VERSION = "2.0.0-alpha-020" 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 718ae6650c..d69f922fc2 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-019 + 2.0.0-alpha-020 Exe DotnetCliTool dotnet-fable diff --git a/src/dotnet/Fable.Compiler/RELEASE_NOTES.md b/src/dotnet/Fable.Compiler/RELEASE_NOTES.md index bb5230a291..617942ea34 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-019 +### 2.0.0-alpha-020 * Fable 2 alpha