Skip to content

Commit

Permalink
Bumping version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Jul 7, 2015
1 parent ed28475 commit 59ee32d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 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.3.1"
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Setup

- Login to your server as root, and retrieve and run the install script:

root@devshop:~# wget https://raw.githubusercontent.com/opendevshop/devshop/0.3.0/install.sh
root@devshop:~# wget https://raw.githubusercontent.com/opendevshop/devshop/0.3.1/install.sh
root@devshop:~# bash install

Chasing Head
Expand Down
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.3.1 "
echo "============================================="

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

# 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.3.1"
echo "╟───────────────────────────────────────────────────────────────╢"
echo "║ Submit any issues to ║"
echo "║ http://drupal.org/node/add/project-issue/devshop ║"
Expand Down
6 changes: 4 additions & 2 deletions vars.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@

# Set to 0.x for development. Set to tag for release.
devshop_version: 0.3.1
devmaster_version: 0.3.1

server_hostname: devshop.local
mysql_root_password: RandomizedByInstallSh
php_memory_limit: 256M
php_timezone: America/New_York

ansible_playbook: playbook.yml

devmaster_version: 0.x
devshop_version: 0.x
devshop_working_copy: --working-copy

devshop_provision_version: 6.x-2.x
Expand Down

0 comments on commit 59ee32d

Please sign in to comment.