From 03b2c8cfd3a30bda2e78f59dc3735de5210b0b16 Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 12 Jan 2022 17:39:40 -0500 Subject: [PATCH] bump to next snapshot version for future development --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2b452bc..0284c60 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.gered/views.sql "0.2.0" +(defproject net.gered/views.sql "0.3.0-SNAPSHOT" :description "Plain SQL view implementation for views" :url "https://github.com/gered/views.sql" :license {:name "MIT License"