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

Commit 21e28de

Browse files
committed
Increment version number
1 parent bfd03d5 commit 21e28de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
(task-options!
3838
sift {:include #{#"\.jar$"}}
3939
pom {:project 'nightcode
40-
:version "2.5.10-SNAPSHOT"
40+
:version "2.5.10"
4141
:description "An IDE for Clojure"
4242
:url "https://github.com/oakes/Nightcode"
4343
:license {"Public Domain" "http://unlicense.org/UNLICENSE"}}

src/clj/nightcode/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
:auto-save? true})
5252
(swap! *pref-state update :expansion-set u/filter-paths)
5353
(doto stage
54-
(.setTitle "Nightcode 2.5.9")
54+
(.setTitle "Nightcode 2.5.10")
5555
(.setScene scene)
5656
(.show))
5757
(shortcuts/init-tabs! scene)

0 commit comments

Comments
 (0)