diff --git a/VERSION b/VERSION index 9325c3ccda..a2268e2de4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file diff --git a/docs/minishift_start.md b/docs/minishift_start.md index 13393e7179..2b009b1bb9 100644 --- a/docs/minishift_start.md +++ b/docs/minishift_start.md @@ -18,7 +18,7 @@ minishift start --cpus=1: Number of CPUs allocated to the minishift VM --disk-size=20g: Disk size allocated to the minishift VM (format: [], where unit = b, k, m or g) --docker-env=[]: Environment variables to pass to the Docker daemon. (format: key=value) - --iso-url="https://github.com/jimmidyson/minishift/releases/download/v0.3.0/boot2docker.iso": Location of the minishift iso + --iso-url="https://github.com/jimmidyson/minishift/releases/download/v0.3.1/boot2docker.iso": Location of the minishift iso --memory=1024: Amount of RAM allocated to the minishift VM --vm-driver="kvm": VM driver is one of: [virtualbox kvm] ```