Skip to content

Commit 4d769d1

Browse files
committed
chore: change version
1 parent 3082550 commit 4d769d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ func createHpa(clientset *kubernetes.Clientset) Result {
401401

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

407407
for _, result := range results {

0 commit comments

Comments
 (0)