diff --git a/_data/github.yml b/_data/github.yml index 028b4b4..0eae775 100644 --- a/_data/github.yml +++ b/_data/github.yml @@ -1,3 +1,3 @@ -tag_name: 2.2.0 +tag_name: 2.2.1 v1: tag_name: 1.9.2 diff --git a/_data/nav.yml b/_data/nav.yml index c867acf..1c9cc87 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -1,7 +1,7 @@ - title: "Documentation" url: /docs/ options: - - title: "Version 2.2.0" + - title: "Version 2.2.1" url: /docs/ - title: "Version 1.9.2" url: /v1/docs/ diff --git a/docs/commands/version.md b/docs/commands/version.md index ea92e0a..deb3951 100644 --- a/docs/commands/version.md +++ b/docs/commands/version.md @@ -8,5 +8,5 @@ Returns the version of Kamal you have installed. ```bash $ kamal version -2.2.0 +2.2.1 ```