Skip to content

Commit 302e480

Browse files
authored
Update version (#38)
1 parent 6b5a2e0 commit 302e480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defaultContentLanguageInSubdir= false
1515
enableMissingTranslationPlaceholders = false
1616

1717
[params]
18-
clientVersion = "0.1.0"
18+
clientVersion = "0.2.0"
1919

2020
# crunchy-hugo-theme params
2121
editURL = "https://github.com/CrunchyData/postgres-operator/edit/master/docs/content/"

internal/cmd/pgo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
// store the current PGO CLI version
31-
const clientVersion = "v0.1.0"
31+
const clientVersion = "v0.2.0"
3232

3333
// NewPGOCommand returns the root command of the PGO plugin. This command
3434
// prints the same information as its --help flag: the available subcommands

0 commit comments

Comments
 (0)