Skip to content

Commit 451b0d9

Browse files
authored
(sdks) Add snippet for CLI version (#809)
1 parent 6f3a76d commit 451b0d9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

fern/products/docs/pages/getting-started/project-structure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ The `fern.config.json` file specifies your organization name and the version of
186186
```json
187187
{
188188
"organization": "my-organization",
189-
"version": "<Markdown src="/products/sdks/snippets/fern-config-json-version.mdx"/>"
189+
"version": "<Markdown src="/snippets/version-number-cli.mdx"/>"
190190
}
191191
```
192192
</CodeBlock>

fern/products/sdks/project-structure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Every fern folder has a single `fern.config.json` file. This file stores the org
4848
```json
4949
{
5050
"organization": "your-organization",
51-
"version": "<Markdown src="/products/sdks/snippets/fern-config-json-version.mdx"/>"
51+
"version": "<Markdown src="/snippets/version-number-cli.mdx"/>"
5252
}
5353
```
5454

fern/products/sdks/snippets/fern-config-json-version.mdx

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.77.2

0 commit comments

Comments
 (0)