File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -euo pipefail
1919
2020ROOT=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " /.. > /dev/null && pwd) "
2121
22- CORTEX_VERSION=0.7.2
22+ CORTEX_VERSION=0.7.3
2323
2424dir=$1
2525image=$2
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -euo pipefail
1919
2020ROOT=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " /.. > /dev/null && pwd) "
2121
22- CORTEX_VERSION=0.7.2
22+ CORTEX_VERSION=0.7.3
2323
2424arg1=${1:- " " }
2525upload=" false"
Original file line number Diff line number Diff line change 1717
1818set -euo pipefail
1919
20- CORTEX_VERSION=0.7.2
20+ CORTEX_VERSION=0.7.3
2121
2222image=$1
2323
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121)
2222
2323var (
24- CortexVersion = "0.7.2 " // CORTEX_VERSION
24+ CortexVersion = "0.7.3 " // CORTEX_VERSION
2525
2626 TypeStrRegex = regexp .MustCompile (`"(INT|FLOAT|STRING|BOOL)(_COLUMN)?(\|(INT|FLOAT|STRING|BOOL)(_COLUMN)?)*"` )
2727 SingleTypeStrRegex = regexp .MustCompile (`"(INT|FLOAT|STRING|BOOL)(_COLUMN)?"` )
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- CORTEX_VERSION = "0.7.2 "
15+ CORTEX_VERSION = "0.7.3 "
1616
1717COLUMN_TYPE_INT = "INT_COLUMN"
1818COLUMN_TYPE_FLOAT = "FLOAT_COLUMN"
You can’t perform that action at this time.
0 commit comments