Skip to content

Commit

Permalink
Merge pull request #175 from shochdoerfer/feature/upgrade_magento_demo
Browse files Browse the repository at this point in the history
Upgrade default Magento demo version to 2.3.3
  • Loading branch information
shochdoerfer committed Nov 2, 2019
2 parents e400ba8 + c0c34b5 commit f4292f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
BASE_URL=${1:-m2.localhost}
MAGE_VERSION=${2:-2.3.0}
MAGE_VERSION=${2:-2.3.3}

# load the DB env information
DIR="${BASH_SOURCE%/*}"
Expand Down

0 comments on commit f4292f4

Please sign in to comment.