Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Apr 23, 2017
1 parent 1c5a222 commit 865538f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ install:
- dotnet build ./src/Peachpie.Compiler.Tools/ /p:TargetFrameworks=netcoreapp1.0
- dotnet build ./src/Peachpie.NETCore.Web/ /p:TargetFrameworks=netcoreapp1.0
- dotnet build ./src/Peachpie.NET.Sdk/ /p:TargetFrameworks=netcoreapp1.0
- powershell -File ./build/update-cache.ps1 0.6.1
- powershell -File ./build/update-cache.ps1 0.7.0
- dotnet restore ./src/Tests/Peachpie.DiagnosticTests/

script:
Expand Down
2 changes: 1 addition & 1 deletion build/Targets/Settings.props
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>

<!-- common version -->
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">0.6.1</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">0.7.0</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">dev</VersionSuffix>

<!-- metadata generation -->
Expand Down

0 comments on commit 865538f

Please sign in to comment.