Bump version to 2.0.0.

This commit is contained in:
Louis Mullie 2012-12-05 15:23:53 -05:00
parent 2c6c4ec964
commit 0e06750ede
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'