Skip to content

Commit 6f47de2

Browse files
Merge pull request #121 from kabilar/master
Minor documentation update
2 parents 878805c + adab4c5 commit 6f47de2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ To start the API server, use the command:
2929

3030
.. code-block:: bash
3131
32-
PHARUS_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml up -d
32+
PHARUS_VERSION=0.4.1 docker-compose -f docker-compose-deploy.yaml up -d
3333
3434
To stop the API server, use the command:
3535

3636
.. code-block:: bash
3737
38-
PHARUS_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml down
38+
PHARUS_VERSION=0.4.1 docker-compose -f docker-compose-deploy.yaml down
3939
4040
References
4141
----------

docker-compose-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# PHARUS_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml pull
2-
# PHARUS_VERSION=0.1.0 docker-compose -f docker-compose-deploy.yaml up -d
1+
# PHARUS_VERSION=0.4.1 docker-compose -f docker-compose-deploy.yaml pull
2+
# PHARUS_VERSION=0.4.1 docker-compose -f docker-compose-deploy.yaml up -d
33
#
44
# Intended for production deployment.
55
# Note: You must run both commands above for minimal outage

pharus/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def api_version() -> str:
100100
Content-Type: application/json
101101
102102
{
103-
"version": "0.1.0"
103+
"version": "0.4.1"
104104
}
105105
106106
:statuscode 200: No error.

0 commit comments

Comments
 (0)