We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5a2e0 commit 302e480Copy full SHA for 302e480
docs/config.toml
@@ -15,7 +15,7 @@ defaultContentLanguageInSubdir= false
15
enableMissingTranslationPlaceholders = false
16
17
[params]
18
-clientVersion = "0.1.0"
+clientVersion = "0.2.0"
19
20
# crunchy-hugo-theme params
21
editURL = "https://github.com/CrunchyData/postgres-operator/edit/master/docs/content/"
internal/cmd/pgo.go
@@ -28,7 +28,7 @@ import (
28
)
29
30
// store the current PGO CLI version
31
-const clientVersion = "v0.1.0"
+const clientVersion = "v0.2.0"
32
33
// NewPGOCommand returns the root command of the PGO plugin. This command
34
// prints the same information as its --help flag: the available subcommands
0 commit comments