Skip to content

Commit

Permalink
version bump and travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
glaslos committed Jan 16, 2020
1 parent ca786d9 commit 602c220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: go

go:
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "1.11.x"
- "1.12.x"
- "1.13.x"

before_install:
- go get github.com/mattn/goveralls

script:
- $GOPATH/bin/goveralls -package "github.com/glaslos/ssdeep"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := v0.3.0
VERSION := v0.3.1
NAME := ssdeep
BUILDSTRING := $(shell git log --pretty=format:'%h' -n 1)
VERSIONSTRING := $(VERSION)+$(BUILDSTRING)
Expand Down

0 comments on commit 602c220

Please sign in to comment.