Skip to content

Commit

Permalink
Bumping to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Dec 23, 2015
1 parent a7d8d57 commit 09c3f90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.7.1"
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ We have two active branches as we try to reach for Drupal 8 hosting in time for

DevShop version | Branch | DevMaster Versions | Hosted Drupal Versions | Aegir |Status
----------------|--------|--------------------|------------------------|-------|-------
0.7.0 *CURRENT* | 0.x | 6.x | 6, 7 | 2.x | Stable
0.7.1 *CURRENT* | 0.x | 6.x | 6, 7 | 2.x | Stable
1.0.0 | 1.x | 7.x | 6, 7, 8 | 3.x | non-functional

Vagrant
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

echo "============================================="
echo " Welcome to the DevShop Standalone Installer "
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.7.1

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

0 comments on commit 09c3f90

Please sign in to comment.