Skip to content

Commit

Permalink
update version in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
J38 authored and Stanford NLP committed Apr 17, 2020
1 parent 1a03019 commit a8075b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
compileJava.options.encoding = 'UTF-8'

version = '3.9.2'
version = '4.0.0'

// Gradle application plugin
mainClassName = "edu.stanford.nlp.pipeline.StanfordCoreNLP"
Expand Down

0 comments on commit a8075b9

Please sign in to comment.