Skip to content

Commit

Permalink
chore(*): Bump spinnaker-dependencies to 1.151.0 (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
robzienert authored Apr 11, 2018
1 parent 8273dde commit d4c6f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ allprojects {
apply plugin: 'groovy'

ext {
spinnakerDependenciesVersion = project.hasProperty('spinnakerDependenciesVersion') ? project.property('spinnakerDependenciesVersion') : '0.150.0'
spinnakerDependenciesVersion = project.hasProperty('spinnakerDependenciesVersion') ? project.property('spinnakerDependenciesVersion') : '0.151.0'
}

def checkLocalVersions = [spinnakerDependenciesVersion: spinnakerDependenciesVersion]
Expand Down

0 comments on commit d4c6f6f

Please sign in to comment.