Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
adc4f5ef5d |
@ -1,6 +1,6 @@
|
||||
pipeline:
|
||||
test:
|
||||
image: golang:alpine
|
||||
image: golang:latest
|
||||
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.13"
|
||||
const Version = "v0.1.14"
|
||||
|
Loading…
Reference in New Issue
Block a user