From 3c1a8dd844457c09491e7239fdf12e70141f2da6 Mon Sep 17 00:00:00 2001 From: Toshiki Takeuchi Date: Thu, 6 Apr 2017 11:49:42 +0900 Subject: [PATCH] Prepare for next development iteration (0.2.2-SNAPSHOT) --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b1c432a2..24b1808e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cljam "0.2.1" +(defproject cljam "0.2.2-SNAPSHOT" :description "A DNA Sequence Alignment/Map (SAM) library for Clojure" :url "https://github.com/chrovis/cljam" :license {:name "Apache License, Version 2.0"