Skip to content

Commit

Permalink
3.3.0-BETA1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimichan committed Nov 14, 2020
1 parent 1d14f63 commit 459dfd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ apply plugin: 'eclipse'

description = "mynlp是mayabot开源的中文自然语言处理工具集"

def buildVersion = "3.2.3"
def snapShot = true
def buildVersion = "3.3.0-BETA1"
def snapShot = false

allprojects {
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ class SegmentModule(private val env: MynlpEnv) : AbstractModule() {
}
}


}

0 comments on commit 459dfd2

Please sign in to comment.