Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jverswijver committed Dec 7, 2022
1 parent 24337b5 commit 7e701e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ To start the API server, use the command:

.. code-block:: bash
PHARUS_VERSION=0.6.3 docker-compose -f docker-compose-deploy.yaml up -d
PHARUS_VERSION=0.6.4 docker-compose -f docker-compose-deploy.yaml up -d
To stop the API server, use the command:

.. code-block:: bash
PHARUS_VERSION=0.6.3 docker-compose -f docker-compose-deploy.yaml down
PHARUS_VERSION=0.6.4 docker-compose -f docker-compose-deploy.yaml down
References
----------
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PHARUS_VERSION=0.6.3 docker-compose -f docker-compose-deploy.yaml pull
# PHARUS_VERSION=0.6.3 docker-compose -f docker-compose-deploy.yaml up -d
# PHARUS_VERSION=0.6.4 docker-compose -f docker-compose-deploy.yaml pull
# PHARUS_VERSION=0.6.4 docker-compose -f docker-compose-deploy.yaml up -d
#
# Intended for production deployment.
# Note: You must run both commands above for minimal outage
Expand Down
2 changes: 1 addition & 1 deletion pharus/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def api_version() -> str:
Content-Type: application/json
{
"version": "0.6.3"
"version": "0.6.4"
}
:statuscode 200: No error.
Expand Down

0 comments on commit 7e701e1

Please sign in to comment.