Compare commits
No commits in common. "master" and "v0.1.13" have entirely different histories.
@ -1,6 +1,6 @@
|
||||
pipeline:
|
||||
test:
|
||||
image: golang:latest
|
||||
image: golang:alpine
|
||||
commands:
|
||||
- go build main.go
|
||||
- go test -v ./...
|
||||
|
@ -1,4 +1,4 @@
|
||||
package ezshare
|
||||
|
||||
// TODO: Maybe put this somewhere more sensible
|
||||
const Version = "v0.1.14"
|
||||
const Version = "v0.1.13"
|
||||
|
Loading…
Reference in New Issue
Block a user