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 Sep 21, 2019
1 parent ddb1514 commit aa8c66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject nightcode "2.7.1-SNAPSHOT"
(defproject nightcode "2.8.0"
:description "An IDE for Clojure"
:url "https://github.com/oakes/Nightcode"
:license {:name "Public Domain"
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.7.0")
(.setTitle "Nightcode 2.8.0")
(.setScene scene)
(.show))
(shortcuts/init-tabs! scene)
Expand Down

0 comments on commit aa8c66b

Please sign in to comment.