Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunetto committed Jun 25, 2015
1 parent 7134e8d commit b316419
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 1 deletion.
Binary file modified cmd/autosim/autosim
Binary file not shown.
Binary file modified cmd/cac/cac
Binary file not shown.
Binary file modified cmd/checkEnd/checkEnd
Binary file not shown.
Binary file modified cmd/checkSnapshot/checkSnapshot
Binary file not shown.
Binary file modified cmd/checkStatus/checkStatus
Binary file not shown.
Binary file modified cmd/comorbit/comorbit
Binary file not shown.
Binary file modified cmd/css/css
Binary file not shown.
Binary file modified cmd/cutsim/cutsim
Binary file not shown.
Binary file modified cmd/dockerBuild/dockerBuild
Binary file not shown.
Binary file modified cmd/kiraWrap/kiraWrap
Binary file not shown.
Binary file modified cmd/out2ics/out2ics
Binary file not shown.
Binary file modified cmd/pbsLaunch/pbsLaunch
Binary file not shown.
Binary file modified cmd/relaunch/relaunch
Binary file not shown.
Binary file modified cmd/restartFromHere/restartFromHere
Binary file not shown.
Binary file modified cmd/simClean/simClean
Binary file not shown.
Binary file modified cmd/slrecompile/slrecompile
Binary file not shown.
Binary file modified cmd/sltools/sltools
Binary file not shown.
2 changes: 1 addition & 1 deletion slt/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var VersionCmd = &cobra.Command{
Short: "Print the version number of slt",
Long: `All software has versions. This is sltools' one.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("StarLab Tools v1.1")
fmt.Println("StarLab Tools v1.2")
},
}

Expand Down

0 comments on commit b316419

Please sign in to comment.