From 21e28de1c7be763477353d2e571545fd7fdfd8fb Mon Sep 17 00:00:00 2001 From: oakes Date: Sat, 31 Mar 2018 18:03:39 -0400 Subject: [PATCH] Increment version number --- build.boot | 2 +- src/clj/nightcode/core.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.boot b/build.boot index 18afe241..e6f5a287 100755 --- a/build.boot +++ b/build.boot @@ -37,7 +37,7 @@ (task-options! sift {:include #{#"\.jar$"}} pom {:project 'nightcode - :version "2.5.10-SNAPSHOT" + :version "2.5.10" :description "An IDE for Clojure" :url "https://github.com/oakes/Nightcode" :license {"Public Domain" "http://unlicense.org/UNLICENSE"}} diff --git a/src/clj/nightcode/core.clj b/src/clj/nightcode/core.clj index 2ebdf5b2..2b818f9c 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.5.9") + (.setTitle "Nightcode 2.5.10") (.setScene scene) (.show)) (shortcuts/init-tabs! scene)