Skip to content

Commit

Permalink
Upgrade to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
esimov committed Oct 4, 2017
1 parent f55dd91 commit 4b11ee3
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
Expand Up @@ -11,7 +11,6 @@ branches:
before_install:
- sudo apt-get install -y inotify-tools

# Wasn't teste on windows
env:
- GOOS=linux
- GOOS=darwin
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Name = "diagram"
const Description = "Transform ASCII arts into hand drawn diagrams"

// Version number
const Version = "v1.0.1"
const Version = "v1.0.2"

//Colorize logo
func DrawLogo() string {
Expand Down

0 comments on commit 4b11ee3

Please sign in to comment.