Skip to content

Commit

Permalink
New version 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofonseca committed Jun 2, 2020
1 parent 857ba79 commit e1a73b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/msi
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
# =========================================================

MSI_VERSION="0.2.7"
MSI_VERSION="0.2.8"
PATH2SCRIPT=$(dirname "${BASH_SOURCE[0]}" )
## load shell functions
source $PATH2SCRIPT/msi_shared.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/msi_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ function install_all {
}

function msi_to_docker {
MSI_VERSION="0.2.7"
MSI_VERSION="0.2.8"
set -e
echo "Generating docker image with MSI...this may take a while"
pushd $PATH2SCRIPT/..
Expand Down

0 comments on commit e1a73b1

Please sign in to comment.