From 63af5c30ca72e9397f38ab799858c55e9e2071d1 Mon Sep 17 00:00:00 2001 From: Gregg8 Date: Tue, 12 Mar 2019 14:25:58 +1100 Subject: [PATCH] Version 2.6.0-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2f6278e4..0d4c49fb 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ ;; --------------------------------------------------------------------------------------- -(defproject re-com "2.5.0" +(defproject re-com "2.6.0-SNAPSHOT" :description "Reusable UI components for Reagent" :url "https://github.com/Day8/re-com.git" :license {:name "MIT"}