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

Commit 9fa4f55

Browse files
committed
version bump
1 parent ae324fc commit 9fa4f55

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.drone.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ build:
1111
environment:
1212
- GO15VENDOREXPERIMENT=1
1313
commands:
14-
- apt-get update > /dev/null 2>&1
15-
- apt-get --yes --force-yes install rpm ruby-dev gcc make > /dev/null 2>&1
16-
- gem install fpm --no-rdoc --no-ri
17-
- make dist
14+
- make
1815
when:
1916
event: [push]
2017
dist:

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.0"
19+
const Version = "0.3.1"
2020

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

0 commit comments

Comments
 (0)