Skip to content

Commit

Permalink
chore: change version
Browse files Browse the repository at this point in the history
  • Loading branch information
miltlima committed Sep 21, 2023
1 parent 3082550 commit 4d769d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ func createHpa(clientset *kubernetes.Clientset) Result {

func renderResultsTable(results []Result) {
table := tablewriter.NewWriter(os.Stdout)
table.SetHeader([]string{"KubeLearn - Test your knowledge of Kubernetes v0.1.1", "Result", "Difficulty"})
table.SetHeader([]string{"KubeLearn - Test your knowledge of Kubernetes v0.1.2", "Result", "Difficulty"})
table.SetAutoWrapText(false)

for _, result := range results {
Expand Down

0 comments on commit 4d769d1

Please sign in to comment.