From 04409e917d88b9415a07ff27817fa3fef44e4a7c Mon Sep 17 00:00:00 2001 From: David Miller Date: Sat, 28 Jan 2012 10:44:06 +0000 Subject: [PATCH] Update doc/TUTORIAL.md --- doc/TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TUTORIAL.md b/doc/TUTORIAL.md index 2f7710df..3ec008e1 100644 --- a/doc/TUTORIAL.md +++ b/doc/TUTORIAL.md @@ -62,7 +62,7 @@ repositories for you. ```clj (defproject myproject "1.0.0-SNAPSHOT" :description "FIXME: write description" - :dependencies [[org.clojure/clojure "1.2.1"]]) + :dependencies [[org.clojure/clojure "1.3.0"]]) ``` Fill in the :description with a short paragraph so that your project