diff --git a/docs/conf.py b/docs/conf.py index a709bff..cee6ea6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,9 +66,9 @@ # built documents. # # The short X.Y version. -version = '2.3-SNAPSHOT' +version = '2.3' # The full version, including alpha/beta/rc tags. -release = '2.3-SNAPSHOT' +release = '2.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/getting_started/simplesetup.sh b/docs/getting_started/simplesetup.sh index 8e65efd..d2c1db8 100644 --- a/docs/getting_started/simplesetup.sh +++ b/docs/getting_started/simplesetup.sh @@ -30,7 +30,7 @@ git clone https://github.com/logicalclocks/karamel-chef.git echo "Creating VM" cd karamel-chef -./run.sh ubuntu 1 hopsworks +./run.sh ubuntu 1 hopsworks-2.3 HOPSWORKS_PORT=$(./run.sh ports | grep "8181 ->" | awk '{print $3}')