Skip to content

Commit

Permalink
Adding link to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Sep 4, 2024
1 parent 4608fdb commit 4c64c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/theme/DocRoot/Layout/Main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function DocRootLayoutMain({
} else {
setPreData({
showisPrereleaseBanner: true,
isPrereleaseBannerText: `You are viewing the docs for a prerelease version of dbt Core. There may be features described that are still in development, incomplete, or unstable.`,
isPrereleaseBannerText: `You are viewing the docs for a prerelease version of dbt Core. There may be features described that are still in development, incomplete, or unstable. For the latest generally available features, install the <a href="https://github.com/dbt-labs/dbt-core/releases/latest"> latest stable version</a>`,
});
}
// If EOLDate not set for version, do not show banner
Expand Down

0 comments on commit 4c64c0f

Please sign in to comment.