From a74ae36c26c3d42bd31c2c5f726244e4742fcbfe Mon Sep 17 00:00:00 2001 From: kelvinqian00 Date: Tue, 3 Oct 2023 13:30:46 -0400 Subject: [PATCH] Update versioning number on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f23acb0..81b72fe8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This documentation and repository refer to the simulation engine of DATASIM, whi To use the core DATASIM library in your project, use the following dependency in your `deps.edn` file: ```clojure -com.yetanalytics/datasim {:mvn/version "0.3.1"} +com.yetanalytics/datasim {:mvn/version "0.3.2"} ``` If you wish to install DATASIM as an application with features such as CLI or the webserver, perform the following steps: