From 0e06750edeebc719e25eddd4ed84391ace29e783 Mon Sep 17 00:00:00 2001 From: Louis Mullie Date: Wed, 5 Dec 2012 15:23:53 -0500 Subject: [PATCH] Bump version to 2.0.0. --- LICENSE | 2 +- lib/treat/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 58a5cfe..5620f3b 100644 --- a/LICENSE +++ b/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 diff --git a/lib/treat/version.rb b/lib/treat/version.rb index 2ae3893..dfdb08d 100644 --- a/lib/treat/version.rb +++ b/lib/treat/version.rb @@ -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'