Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
monigo committed Dec 2, 2019
1 parent 1f7773f commit a708ef2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:
- GO111MODULE=on

script:
- go mod vendor
- make publish

deploy:
Expand All @@ -21,5 +20,4 @@ deploy:
- bin/srun.exe
skip_cleanup: true
on:
branch: master
tags: true
2 changes: 1 addition & 1 deletion cmd/srun/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
Version = "v0.1.17"
Version = "v0.1.18"
Timeout = 3 * time.Second
)

Expand Down

0 comments on commit a708ef2

Please sign in to comment.