From 68ad9a30f0000a6bb63983e5e5be47a2f443a09f Mon Sep 17 00:00:00 2001 From: alumi Date: Thu, 23 May 2024 10:56:24 +0900 Subject: [PATCH] chore: Prepare for the next development iteration (0.9.0-SNAPSHOT) --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3cb09e67..f2bffbdd 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cljam "0.8.5" +(defproject cljam "0.9.0-SNAPSHOT" :description "A DNA Sequence Alignment/Map (SAM) library for Clojure" :url "https://github.com/chrovis/cljam" :license {:name "Apache License, Version 2.0"