Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Jan 27, 2018
1 parent 9698077 commit 4c12203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.boot
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion src/clj/nightcode/core.clj
Expand Up @@ -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)
Expand Down

0 comments on commit 4c12203

Please sign in to comment.