diff --git a/docs/config.toml b/docs/config.toml index cd224b64..7daa3ef4 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -15,7 +15,7 @@ defaultContentLanguageInSubdir= false enableMissingTranslationPlaceholders = false [params] -clientVersion = "0.1.0" +clientVersion = "0.2.0" # crunchy-hugo-theme params editURL = "https://github.com/CrunchyData/postgres-operator/edit/master/docs/content/" diff --git a/internal/cmd/pgo.go b/internal/cmd/pgo.go index 549ce39e..f8f31af9 100644 --- a/internal/cmd/pgo.go +++ b/internal/cmd/pgo.go @@ -28,7 +28,7 @@ import ( ) // store the current PGO CLI version -const clientVersion = "v0.1.0" +const clientVersion = "v0.2.0" // NewPGOCommand returns the root command of the PGO plugin. This command // prints the same information as its --help flag: the available subcommands