Skip to content

Commit 9a95d52

Browse files
author
ronen
committed
version set
1 parent 0d73893 commit 9a95d52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject celestial "0.9.1"
1+
(defproject celestial "0.10.0"
22
:description "A launching pad for virtualized applications"
33
:url "https://github.com/celestial-ops/celestial-core"
44
:license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0.html"}
@@ -144,7 +144,7 @@
144144

145145
:topping {
146146
:service "celestial"
147-
:app {:app-name "celestial" :src "target/celestial-0.9.1.jar"}
147+
:app {:app-name "celestial" :src "target/celestial-0.10.0.jar"}
148148
:env {:roles {:remote #{{:host "celestial" :user "ubuntu" :sudo true}}}}
149149
}
150150

src/celestial/common.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
)
110110
)
111111

112-
(def version "0.9.1")
112+
(def version "0.10.0")
113113

114114
(defn resolve-
115115
"resolve function provided as a symbol with the form of ns/fn"

0 commit comments

Comments
 (0)