Skip to content

Commit

Permalink
latest version release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Jeannopoulos committed Sep 1, 2020
1 parent a720df9 commit f72dbc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: go

go:
- 1.14.x
- tip

before_install:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

var (
// Version version tag
Version = "v0.1"
Version = "v0.11"

// BuildDate date string of when build was performed filled in by -X compile flag
BuildDate string
Expand Down

0 comments on commit f72dbc0

Please sign in to comment.