aichaos / rivescript-java

A RiveScript interpreter for Java. RiveScript is a scripting language for chatterbots.
http://www.rivescript.com
MIT License
64 stars 38 forks source link

Removed the hardcoded VERSION constant in favour of package version #23

Closed marceloverdijk closed 8 years ago

marceloverdijk commented 8 years ago

Removed the hardcoded RiveScript.java VERSION constant in favour of deriving the implementation version from the package itself.

Note that he implementation version is set in the in the jar creation by the Gradle build.

This way we only have to specify the version in gradle.properties.