Skip to content

Commit

Permalink
marking as 5.0 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 18, 2017
1 parent 8beff2d commit 9a050ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rakefile.rb
Expand Up @@ -2,7 +2,7 @@

APIKEY = ENV['api_key'].nil? ? '' : ENV['api_key']

BUILD_VERSION = "4.4.0"
BUILD_VERSION = "5.0.0"
COMPILE_TARGET = ENV['config'].nil? ? "debug" : ENV['config']
RESULTS_DIR = "results"
tc_build_number = ENV["APPVEYOR_BUILD_NUMBER"]
Expand Down
2 changes: 1 addition & 1 deletion src/StoryTeller/StoryTeller.csproj
Expand Up @@ -3,7 +3,7 @@
<Description>Acceptance Test Driven Development and Executable Specifications for .Net</Description>
<AssemblyTitle>Storyteller</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>4.3.2</Version>
<Version>5.0.0-alpha-1</Version>
<Authors>Jeremy D. Miller</Authors>
<TargetFrameworks>net46;netstandard1.6</TargetFrameworks>
<DebugType>pdbonly</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet-storyteller/dotnet-storyteller.csproj
Expand Up @@ -3,7 +3,7 @@
<Description>Storyteller Project Runner and Editor</Description>
<AssemblyTitle>dotnet CLI integration for Storyteller</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>1.2.5</Version>
<Version>5.0.0-alpha-1</Version>
<Authors>Jeremy D. Miller</Authors>
<TargetFrameworks>netcoreapp1.0;net46</TargetFrameworks>
<AssemblyName>dotnet-storyteller</AssemblyName>
Expand Down

0 comments on commit 9a050ab

Please sign in to comment.