Skip to content

Commit

Permalink
Tagging 0.5.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Sep 22, 2015
1 parent ee5a2a3 commit 8d2614c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5.0"
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
#
echo "============================================="
echo " Welcome to the DevShop Standalone Installer "
echo " v 0.x "
echo " v 0.5.0 "
echo "============================================="

# Version used for cloning devshop playbooks
# Must be a branch or tag.
DEVSHOP_VERSION=0.x
DEVSHOP_VERSION=0.5.0

# The rest of the scripts are only cloned if the playbook path option is not found.
DEVSHOP_GIT_REPO='http://github.com/opendevshop/devshop.git'
Expand Down Expand Up @@ -191,7 +191,7 @@ else
echo "║ | | | |/ _ \ \ / /\___ \| '_ \ / _ \| '_ \ ║"
echo "║ | |_| | __/\ V / ___) | | | | (_) | |_) | ║"
echo "║ |____/ \___| \_/ |____/|_| |_|\___/| .__/ ║"
echo "║ |_| v 0.x "
echo "║ |_| v 0.5.0"
echo "╟───────────────────────────────────────────────────────────────╢"
echo "║ Submit any issues to ║"
echo "║ http://drupal.org/node/add/project-issue/devshop ║"
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.5.0

# VAGRANT variables.
# Set development to TRUE if you wish to contribute to devshop development.
Expand Down

0 comments on commit 8d2614c

Please sign in to comment.