Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 09bcd2b

Browse files
committed
fail fix
1 parent 9fa4f55 commit 09bcd2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build:
2828
publish:
2929
github_release:
3030
api_key: $$GITHUB
31-
files: dist/*xz
31+
files: dist/
3232
file_exists: fail
3333
# draft: true
3434
when:

komanda/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Name = "komanda"
1616
const Description = "IRC Client"
1717

1818
// Version number
19-
const Version = "0.3.1"
19+
const Version = "0.3.2"
2020

2121
// Website number
2222
const Website = "github.com/mephux/komanda"

0 commit comments

Comments
 (0)