Compare commits

..

No commits in common. "master" and "v0.1.13" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pipeline:
test:
image: golang:latest
image: golang:alpine
commands:
- go build main.go
- go test -v ./...

View File

@ -1,4 +1,4 @@
package ezshare
// TODO: Maybe put this somewhere more sensible
const Version = "v0.1.14"
const Version = "v0.1.13"