Skip to content

Commit 04eece1

Browse files
committed
Fix version number.
1 parent d60132e commit 04eece1

File tree

1 file changed

+1
-1
lines changed
  • com.ibm.wala.cast.python.ml

1 file changed

+1
-1
lines changed

com.ibm.wala.cast.python.ml/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
ME=`realpath $0`
44
DIR=`dirname $ME`
55

6-
cat -u | tee -a /tmp/lsp.in.log | $JAVA_HOME/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:6660,server=y,suspend=n -jar $DIR/target/com.ibm.wala.cast.python.ml-0.6.0-SNAPSHOT.jar --mode stdio | tee -a /tmp/lsp.out.log
6+
cat -u | tee -a /tmp/lsp.in.log | $JAVA_HOME/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:6660,server=y,suspend=n -jar $DIR/target/com.ibm.wala.cast.python.ml-0.38.0-SNAPSHOT.jar --mode stdio | tee -a /tmp/lsp.out.log

0 commit comments

Comments
 (0)