From 7da079bd81fb2ca4477f8c1f11ac8bced9f14b25 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 17 Aug 2016 19:48:47 +0300 Subject: [PATCH] Set version to 0.4.0. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 8512fd0..6103b19 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject funcool/octet "0.3.0" +(defproject funcool/octet "0.4.0" :description "A clojure(script) library for work with binary data." :url "https://github.com/funcool/octet" :license {:name "Public Domain"