From 06c31c308c1ea3d9f9312ef0208a2edebd4c6efa Mon Sep 17 00:00:00 2001 From: oakes Date: Tue, 10 Apr 2018 05:27:26 -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 7cff77c6..5e6df9b7 100755 --- a/build.boot +++ b/build.boot @@ -37,7 +37,7 @@ (task-options! sift {:include #{#"\.jar$"}} pom {:project 'nightcode - :version "2.5.11-SNAPSHOT" + :version "2.5.11" :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 2b818f9c..14a9caf7 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.10") + (.setTitle "Nightcode 2.5.11") (.setScene scene) (.show)) (shortcuts/init-tabs! scene)