Skip to content

Commit bc579c9

Browse files
docs: fix incorrect version number in configuration.md
Fix the version given for the samba-container-config key. The code and examples were correct but the docs had "v1" was was an error I made when first writing the doc. Signed-off-by: John Mulligan <[email protected]>
1 parent 9d8b892 commit bc579c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ structure and a description of these sections.
140140

141141
Every valid sambacc JSON configuration file contains the key
142142
`samba-container-config` with a value in the form of a string vN were
143-
N is the numeric version number. Currently, only "v1" exists.
143+
N is the numeric version number. Currently, only "v0" exists.
144144
This key-value combination allows us to support backwards-incompatible
145145
configuration file format changes in the future.
146146

0 commit comments

Comments
 (0)