From 98a743d38f346fa42fe16559a4aabb33119feff7 Mon Sep 17 00:00:00 2001 From: oakes Date: Fri, 13 Sep 2019 11:12:40 -0400 Subject: [PATCH] Increment version number --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b8f8f69..d4a039b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject libvim-clj "0.6.0-SNAPSHOT" +(defproject libvim-clj "0.6.0" :description "A library that wraps libvim" :url "https://github.com/oakes/libvim-clj" :license {:name "Public Domain"