Skip to content

Commit a4a4bb5

Browse files
committed
Moved to utPLSQL 3.1.1
1 parent 40ec31b commit a4a4bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/install_utplsql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -ev
33
cd $(dirname $(readlink -f $0))
44

55
# Download the specified version of utPLSQL.
6-
UTPLSQL_VERSION="v3.0.4"
6+
UTPLSQL_VERSION="v3.1.1"
77
UTPLSQL_FILE="utPLSQL"
88
curl -L -O "https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION/$UTPLSQL_FILE.tar.gz"
99

0 commit comments

Comments
 (0)