From aa8c66b8decf074b56bab56b90b1ffdba1fe3af7 Mon Sep 17 00:00:00 2001 From: oakes Date: Sat, 21 Sep 2019 17:32:54 -0400 Subject: [PATCH] Increment version number --- project.clj | 2 +- src/clj/nightcode/core.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 29beed18..c4763633 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject nightcode "2.7.1-SNAPSHOT" +(defproject nightcode "2.8.0" :description "An IDE for Clojure" :url "https://github.com/oakes/Nightcode" :license {:name "Public Domain" diff --git a/src/clj/nightcode/core.clj b/src/clj/nightcode/core.clj index ebe0d698..f9aca1bc 100755 --- a/src/clj/nightcode/core.clj +++ b/src/clj/nightcode/core.clj @@ -51,7 +51,7 @@ :auto-save? true}) (swap! *pref-state update :expansion-set u/filter-paths) (doto stage - (.setTitle "Nightcode 2.7.0") + (.setTitle "Nightcode 2.8.0") (.setScene scene) (.show)) (shortcuts/init-tabs! scene)