Bumping up thrift version to v0.13.0

This commit is contained in:
Renan DelValle 2020-02-12 12:16:38 -08:00
parent c0b86f92fd
commit 92461241db
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
8 changed files with 47 additions and 44 deletions

View file

@ -1,6 +1,6 @@
#! /bin/bash
THRIFT_VER=0.12.0
THRIFT_VER=0.13.0
if [[ $(thrift -version | grep -e $THRIFT_VER -c) -ne 1 ]]; then
echo "Warning: This wrapper has only been tested with version" $THRIFT_VER;