Skip to content

Commit

Permalink
v 0.6
Browse files Browse the repository at this point in the history
Signed-off-by: PixelRobots <[email protected]>
  • Loading branch information
PixelRobots committed Sep 25, 2024
1 parent f4f8715 commit 5f6a2bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions KubeTidy.psd1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Module manifest for module 'kubetidy'
# Module manifest for module 'kubeTidy'
#
# Generated by: Richard Hooper
#
Expand All @@ -12,7 +12,7 @@
RootModule = 'KubeTidy.psm1'

# Version number of this module.
ModuleVersion = '0.0.5'
ModuleVersion = '0.0.6'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
2 changes: 1 addition & 1 deletion KubeTidy.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.NOTES
Script Name: KubeTidy
Author: Richard Hooper
Version: 0.5
Version: 0.6
.EXAMPLE
Invoke-KubeTidyCleanup -KubeConfigPath "$HOME\.kube\config" -ExclusionList "aks-prod-cluster,aks-staging-cluster""
Expand Down

0 comments on commit 5f6a2bc

Please sign in to comment.