From e1764f681c6771984ed06600025cd1d23aaed1f9 Mon Sep 17 00:00:00 2001 From: Sam Leitner Date: Mon, 19 Oct 2015 10:38:17 -0400 Subject: [PATCH] Update version tag for new Qu production release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4b5b318..4ba70d0 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,7 @@ (def git-commit (or (System/getenv "GIT_COMMIT") (System/getenv "TRAVIS_COMMIT"))) -(defproject qu/qu-core "1.1.7" +(defproject qu/qu-core "1.1.9" :description "qu is a data platform created by the CFPB to serve their public data sets." :license {:name "Public Domain"} :scm {:name "git"