diff --git a/fern/products/api-definition/pages/introduction/what-is-the-fern-folder.mdx b/fern/products/api-definition/pages/introduction/what-is-the-fern-folder.mdx index ff50b77dc..6f4930543 100644 --- a/fern/products/api-definition/pages/introduction/what-is-the-fern-folder.mdx +++ b/fern/products/api-definition/pages/introduction/what-is-the-fern-folder.mdx @@ -35,7 +35,7 @@ the version of the Fern CLI that you are using. ```json { "organization": "imdb", - "version": "0.31.2" + "version": "" } ``` diff --git a/fern/products/docs/pages/customization/project-structure.mdx b/fern/products/docs/pages/customization/project-structure.mdx index 111ffcac0..b7241618b 100644 --- a/fern/products/docs/pages/customization/project-structure.mdx +++ b/fern/products/docs/pages/customization/project-structure.mdx @@ -160,7 +160,7 @@ The `fern.config.json` file specifies your organization name and the version of ```json { "organization": "my-organization", - "version": "0.55.1" + "version": "" } ``` diff --git a/fern/products/docs/pages/getting-started/project-structure.mdx b/fern/products/docs/pages/getting-started/project-structure.mdx index 8c2c4a7f4..8fb3394ef 100644 --- a/fern/products/docs/pages/getting-started/project-structure.mdx +++ b/fern/products/docs/pages/getting-started/project-structure.mdx @@ -160,7 +160,7 @@ The `fern.config.json` file specifies your organization name and the version of ```json { "organization": "my-organization", - "version": "0.55.1" + "version": "" } ``` \ No newline at end of file diff --git a/fern/products/sdks/fern-folder.mdx b/fern/products/sdks/fern-folder.mdx index 78ed7ec40..6b4ef119b 100644 --- a/fern/products/sdks/fern-folder.mdx +++ b/fern/products/sdks/fern-folder.mdx @@ -46,7 +46,7 @@ using. ```json { "organization": "imdb", - "version": "0.31.2" + "version": "" } ``` diff --git a/fern/products/sdks/snippets/fern-config-json-version.mdx b/fern/products/sdks/snippets/fern-config-json-version.mdx new file mode 100644 index 000000000..cf572791a --- /dev/null +++ b/fern/products/sdks/snippets/fern-config-json-version.mdx @@ -0,0 +1 @@ +0.65.27 \ No newline at end of file