Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tkakantousis committed Jul 13, 2021
1 parent 0ebd098 commit f423bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/simplesetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}')

Expand Down

0 comments on commit f423bcd

Please sign in to comment.