Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sturrent committed Jul 22, 2022
1 parent 38ca343 commit ec39878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akslabs_scripts/aks-flp-storage.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# script name: aks-flp-storage.sh
# Version v0.0.6 20220721
# Version v0.0.7 20220721
# Set of tools to deploy AKS troubleshooting labs

# "-l|--lab" Lab scenario to deploy
Expand Down Expand Up @@ -65,7 +65,7 @@ done
# Variable definition
SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
SCRIPT_NAME="$(echo $0 | sed 's|\.\/||g')"
SCRIPT_VERSION="Version v0.0.6 20220721"
SCRIPT_VERSION="Version v0.0.7 20220721"

# Funtion definition

Expand Down

0 comments on commit ec39878

Please sign in to comment.