diff --git a/_scripts/install_wrap-xamarin.sh b/_scripts/install_wrap-xamarin.sh index 66ddc880..b93a40d1 100755 --- a/_scripts/install_wrap-xamarin.sh +++ b/_scripts/install_wrap-xamarin.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.3.1" +version_to_use="2.4.0" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap-xcode-uitests.sh b/_scripts/install_wrap-xcode-uitests.sh index cfdbd718..96e41dce 100755 --- a/_scripts/install_wrap-xcode-uitests.sh +++ b/_scripts/install_wrap-xcode-uitests.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.3.1" +version_to_use="2.4.0" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap-xcode.sh b/_scripts/install_wrap-xcode.sh index 320f000f..04bebb8c 100755 --- a/_scripts/install_wrap-xcode.sh +++ b/_scripts/install_wrap-xcode.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.3.1" +version_to_use="2.4.0" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap.sh b/_scripts/install_wrap.sh index 320f000f..04bebb8c 100755 --- a/_scripts/install_wrap.sh +++ b/_scripts/install_wrap.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.3.1" +version_to_use="2.4.0" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/version/version.go b/version/version.go index bbb6d1fe..1ee11990 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // VERSION ... -const VERSION = "2.3.1" +const VERSION = "2.4.0"