Skip to content

Commit

Permalink
(build) Bump version to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Dec 12, 2015
1 parent 4d55d79 commit 113baca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psake.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ convertfrom-stringdata @'
import-localizeddata -bindingvariable msgs -erroraction silentlycontinue

$script:psake = @{}
$psake.version = "4.4.1" # contains the current version of psake
$psake.version = "4.5.0" # contains the current version of psake
$psake.context = new-object system.collections.stack # holds onto the current state of all variables
$psake.run_by_psake_build_tester = $false # indicates that build is being run by psake-BuildTester
$psake.config_default = new-object psobject -property @{
Expand Down

0 comments on commit 113baca

Please sign in to comment.