From 788ba0850bc84b3ead31a87e7e8cfbd63afb6d6a Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Thu, 28 Jul 2016 18:54:26 +1000 Subject: [PATCH] Bump to next SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 9a1f680..6dc4e55 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject re-frame "0.8.0-alpha8" +(defproject re-frame "0.8.0-alpha9-SNAPSHOT" :description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"}