From 5e6c73381a81e9d7544cf464bbd01ccf6e91b113 Mon Sep 17 00:00:00 2001 From: Alex King Date: Mon, 4 Apr 2022 12:54:16 +0200 Subject: [PATCH] Version 2.13.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3c2ee41..3e1c01b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject tortue/spy "2.13.0-SNAPSHOT" +(defproject tortue/spy "2.13.0" :description "Spy - a Clojure and ClojureScript library for stubs, spies and mocks" :url "https://github.com/alexanderjamesking/spy" :license {:name "MIT License"