Bump version to 2.0.0.
This commit is contained in:
parent
2c6c4ec964
commit
0e06750ede
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Treat - Text Retrieval, Extraction and Annotation Toolkit, v. 2.0.0rc1
|
||||
Treat - Text Retrieval, Extraction and Annotation Toolkit, v. 2.0.0
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module Treat
|
||||
|
||||
# The current version of Treat.
|
||||
VERSION = "2.0.0rc1"
|
||||
VERSION = "2.0.0"
|
||||
|
||||
# Treat requires Ruby >= 1.9.2
|
||||
if RUBY_VERSION < '1.9.2'
|
||||
|
|
Loading…
Reference in New Issue