diff --git a/_data/github.yml b/_data/github.yml index 0eae775..fc0beca 100644 --- a/_data/github.yml +++ b/_data/github.yml @@ -1,3 +1,3 @@ -tag_name: 2.2.1 +tag_name: 2.2.2 v1: tag_name: 1.9.2 diff --git a/_data/nav.yml b/_data/nav.yml index 1c9cc87..9b5f09e 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -1,7 +1,7 @@ - title: "Documentation" url: /docs/ options: - - title: "Version 2.2.1" + - title: "Version 2.2.2" url: /docs/ - title: "Version 1.9.2" url: /v1/docs/ diff --git a/docs/commands/version.md b/docs/commands/version.md index deb3951..43f4c25 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.1 +2.2.2 ```