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 Apr 10, 2018
1 parent 0f51bf4 commit 06c31c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}
Expand Down
2 changes: 1 addition & 1 deletion src/clj/nightcode/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 06c31c3

Please sign in to comment.