File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- (defproject celestial " 0.9.1 "
1
+ (defproject celestial " 0.10.0 "
2
2
:description " A launching pad for virtualized applications"
3
3
:url " https://github.com/celestial-ops/celestial-core"
4
4
:license {:name " Apache License, Version 2.0" :url " http://www.apache.org/licenses/LICENSE-2.0.html" }
144
144
145
145
:topping {
146
146
: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" }
148
148
:env {:roles {:remote #{{:host " celestial" :user " ubuntu" :sudo true }}}}
149
149
}
150
150
Original file line number Diff line number Diff line change 109
109
)
110
110
)
111
111
112
- (def version " 0.9.1 " )
112
+ (def version " 0.10.0 " )
113
113
114
114
(defn resolve-
115
115
" resolve function provided as a symbol with the form of ns/fn"
You can’t perform that action at this time.
0 commit comments