diff --git a/create_all_tarballs b/create_all_tarballs index e9d0d11..e7f537c 100755 --- a/create_all_tarballs +++ b/create_all_tarballs @@ -1,7 +1,7 @@ #!/bin/bash # Set the current target version -export TARGET=${TARGET:-"14.0.1"} +export TARGET=${TARGET:-"14.0.2"} # When $SUFFIX = true then the package tarball name will be $package-trinity. # When $SUFFIX != true then the package tarball name will be trinity-$package. diff --git a/create_tarball b/create_tarball index 574e8bd..9b49636 100755 --- a/create_tarball +++ b/create_tarball @@ -1,7 +1,7 @@ #!/bin/bash # Set the current target version -TARGET=${TARGET:-"14.0.1"} +TARGET=${TARGET:-"14.0.2"} # When $SUFFIX = true then the package tarball name will be $package-trinity. # When $SUFFIX != true then the package tarball name will be trinity-$package.