diff --git a/version.sh b/version.sh index c6c385db2..063ad3f43 100644 --- a/version.sh +++ b/version.sh @@ -1,7 +1,7 @@ #! /bin/bash # Increment packageVersion when package scripts change -packageVersion='3.0.5' +packageVersion='3.0.6' # For now we keep the build version and package version the same buildVersion=$packageVersion