Skip to content

Commit

Permalink
Bumping to 0.9.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Mar 16, 2016
1 parent 4a3b8a1 commit ef3a045
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-devmaster.make
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ projects[devmaster][download][url] = "https://github.com/opendevshop/devmaster.g

; RELEASE:
; When releasing, lock in the devmaster version.
projects[devmaster][download][branch] = "0.x"
projects[devmaster][download][branch] = "0.9.0-rc2"
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Version used for cloning devshop playbooks
# Must be a branch or tag.
DEVSHOP_VERSION=0.x
DEVSHOP_VERSION=0.9.0-rc2
SERVER_WEBSERVER=apache
MAKEFILE_PATH=''
AEGIR_USER_UID=12345
Expand Down
2 changes: 1 addition & 1 deletion vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# The version to install.
devshop_version: 0.x
devshop_version: 0.9.0-rc2

# The version of drush to install.
# This is passed directly to the `composer global require` command:
Expand Down

0 comments on commit ef3a045

Please sign in to comment.