Skip to content

Commit

Permalink
Move version number to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Jul 6, 2018
1 parent 5238b70 commit 53f7ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Build.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
@echo off
SET version=7.6.104
powershell -noprofile -ExecutionPolicy Unrestricted -File build.ps1 -Version %version% %*
powershell -noprofile -ExecutionPolicy Unrestricted -File build.ps1 %*
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
param(
[string]$version = '1.0.0-dev',
[string]$version = '7.6.104',
[string]$configuration = 'Release',
[string]$path = $PSScriptRoot
)
Expand Down

0 comments on commit 53f7ffc

Please sign in to comment.