diff --git a/install.sh b/install.sh index 5f7ce95..a9a621e 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Repository info -VERSION='0.8.7' #can be '0.0.1', 'master', 'develop', 'whatever' +VERSION='0.8.8' #can be '0.0.1', 'master', 'develop', 'whatever' TAGS_OR_HEADS='tags' # 'heads' for branches, 'tags' for tag-releases REPOSITORY_OWNER='strategio-digital' REPOSITORY_NAME='megio-starter'