Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. diff --git a/run.go b/run.go
  2. index adb720b..d186ff2 100644
  3. --- a/run.go
  4. +++ b/run.go
  5. @@ -18,7 +18,8 @@ func main() {
  6. func setup(app *cli.App) {
  7. app.Name = "conoha-iso"
  8. app.Usage = "This app allow you to manage ISO images on ConoHa."
  9. - app.Version = "0.1"
  10. + /* fix app version */
  11. + app.Version = "0.2.1"
  12.  
  13. flags := []cli.Flag{
  14. cli.StringFlag{
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement