Compare commits

...

2 Commits

Author SHA1 Message Date
1c4baab3af Fix gitignore
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-01-13 18:46:46 +01:00
affbdfa1e4 Fix pipeline
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-01-13 18:44:33 +01:00
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ dist/*
ezshare.toml
ezshare.test.toml
dist/
gitea_token

View File

@@ -12,7 +12,7 @@ pipeline:
image-latest:
image: plugins/docker
settings:
repo: registry.t-juice.club/peckertest
repo: registry.t-juice.club/ezshare
registry: registry.t-juice.club
username: woodpecker
password:
@@ -27,7 +27,7 @@ pipeline:
image-tagged:
image: plugins/docker
settings:
repo: registry.t-juice.club/peckertest
repo: registry.t-juice.club/ezshare
registry: registry.t-juice.club
username: woodpecker
password:

View File

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