Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
bump to 1.0.0
Browse files Browse the repository at this point in the history
major version bump as the semantics of merging lists has changed in
a backwards-incompatible way. see 83c0aa.
  • Loading branch information
vito committed Mar 2, 2014
1 parent f13bc2b commit c6568ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spiff.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func main() {
app := cli.NewApp()
app.Name = "spiff"
app.Usage = "BOSH deployment manifest toolkit"
app.Version = "0.3.0"
app.Version = "1.0.0"

app.Commands = []cli.Command{
{
Expand Down

0 comments on commit c6568ca

Please sign in to comment.