From a6701601f358964d0e04ae39701f214458e65144 Mon Sep 17 00:00:00 2001 From: radrow Date: Wed, 26 May 2021 12:40:27 +0200 Subject: [PATCH] Update docs --- docs/sophia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sophia.md b/docs/sophia.md index a1fc518..dc36c2f 100644 --- a/docs/sophia.md +++ b/docs/sophia.md @@ -173,7 +173,7 @@ transaction still only uses up the gas spent running the contract. #### Contract factories and child contracts -Since the version 5.1.0 Sophia supports deploying contracts by other +Since the version 6.0.0 Sophia supports deploying contracts by other contracts. This can be done in two ways: - Contract cloning via [`Chain.clone`](sophia_stdlib.md#clone)