diff --git a/build.boot b/build.boot index 266430cb..0983f734 100755 --- a/build.boot +++ b/build.boot @@ -37,7 +37,7 @@ (task-options! sift {:include #{#"\.jar$"}} pom {:project 'nightcode - :version "2.5.9-SNAPSHOT" + :version "2.5.9" :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 09164580..2ebdf5b2 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.8") + (.setTitle "Nightcode 2.5.9") (.setScene scene) (.show)) (shortcuts/init-tabs! scene)