From 2fb9e10b403f58847d2c543180ac2dc85026119d Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Thu, 18 Apr 2013 14:12:29 -0600 Subject: [PATCH] bump to 0.2.3-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 7c2eec5..5b166a6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clojure-opennlp "0.2.2" +(defproject clojure-opennlp "0.2.3-SNAPSHOT" :description "Natural Language Processing with Clojure, library for opennlp." :url "http://github.com/dakrone/clojure-opennlp" :min-lein-version "2.0.0"