From 4c1220372736986fddcd13e47f081006941311fa Mon Sep 17 00:00:00 2001 From: oakes Date: Sat, 27 Jan 2018 14:52:53 -0500 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 452cdb1c..91d9c7b1 100755 --- a/build.boot +++ b/build.boot @@ -18,7 +18,7 @@ (task-options! sift {:include #{#"\.jar$"}} pom {:project 'nightcode - :version "2.5.7-SNAPSHOT" + :version "2.5.7" :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 7abc9ea0..ed28b32b 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.6") + (.setTitle "Nightcode 2.5.7") (.setScene scene) (.show)) (shortcuts/init-tabs! scene)