Skip to content

Commit

Permalink
Merge pull request #30 from CiscoCloud/release/v0.1.3.1
Browse files Browse the repository at this point in the history
explicitly use master branch of mantl-universe
  • Loading branch information
ryane committed Feb 2, 2016
2 parents 0fbfa73 + b49a066 commit bdf8694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

const Name = "mantl-api"
const Version = "0.1.3"
const Version = "0.1.3.1"

func main() {
rootCmd := &cobra.Command{
Expand Down Expand Up @@ -168,6 +168,7 @@ func sync(inst *install.Install, force bool) {
Name: "mantl",
Path: "https://github.com/CiscoCloud/mantl-universe.git",
SourceType: install.Git,
Branch: "master",
Index: 1,
},
&install.Source{
Expand Down

0 comments on commit bdf8694

Please sign in to comment.