Skip to content

Commit

Permalink
set latest version to v1.13
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Lumbis <pete@upbound.io>
  • Loading branch information
plumbis committed Jul 27, 2023
1 parent a06e491 commit e6f4d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ security:
- ^REVIEW_ID

params:
latest: "1.12"
latest: "1.13"
upboundLink: "https://www.upbound.io/"
slackLink: "https://slack.crossplane.io/"
githubLink: "https://github.com/crossplane/crossplane"
Expand Down
2 changes: 1 addition & 1 deletion netlify_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

LATEST_VER="1.12"
LATEST_VER="1.13"

cp -R content/v$LATEST_VER content/latest

Expand Down

0 comments on commit e6f4d8d

Please sign in to comment.