From 1102def3bcc363c09c4499486ade869f80b89906 Mon Sep 17 00:00:00 2001 From: Aphyr Date: Mon, 1 Mar 2021 18:23:59 -0500 Subject: [PATCH] 0.2.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index cf2ee9c..5e95809 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject maelstrom "0.2.0-SNAPSHOT" +(defproject maelstrom "0.2.0" :description "A test bench for writing toy Raft implementations" :url "https://github.com/jepsen-io/maelstrom" :license {:name "Eclipse Public License"