diff --git a/product_docs/docs/edb_plus/37/04_using_edb_plus.mdx b/product_docs/docs/edb_plus/37/04_using_edb_plus.mdx index 7dd85459feb..efb0e96065f 100644 --- a/product_docs/docs/edb_plus/37/04_using_edb_plus.mdx +++ b/product_docs/docs/edb_plus/37/04_using_edb_plus.mdx @@ -92,7 +92,7 @@ The following example shows user `enterprisedb` with password, `password`, conne ```text C:\Program Files\edb\as11\edbplus>edbplus enterprisedb/password@localhost:5445/edb -Connected to EnterpriseDB 11.0.1 (localhost:5445/edb) AS enterprisedb +Connected to EnterpriseDB 11.1.7 (localhost:5445/edb) AS enterprisedb EDB*Plus: Release 11 (Build 37.0.0) Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved. @@ -104,7 +104,7 @@ Using variable `hr_5445` in the `login.sql` file, the following illustrates how ```text C:\Program Files\edb\as11\edbplus>edbplus enterprisedb/password@hr_5445 -Connected to EnterpriseDB 11.0.1 (localhost:5445/hr) AS enterprisedb +Connected to EnterpriseDB 11.1.7 (localhost:5445/hr) AS enterprisedb EDB*Plus: Release 11 (Build 37.0.0) Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved. @@ -123,7 +123,7 @@ The following example executes a script file, `dept_query.sql` after connecting ```text C:\Program Files\edb\as11\edbplus>edbplus enterprisedb/password @dept_query -Connected to EnterpriseDB 11.0.1 (localhost:5444/edb) AS enterprisedb +Connected to EnterpriseDB 11.1.7 (localhost:5444/edb) AS enterprisedb SQL> SELECT * FROM dept;