Skip to content

Commit

Permalink
Release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed May 13, 2017
1 parent c461c60 commit 7ace7d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Run crond with run-parts with custom time spec and different user:
## Installation

```bash
GOCROND_VERSION=0.3.0 \
GOCROND_VERSION=0.4.0 \
&& wget -O /usr/local/bin/go-crond https://github.com/webdevops/go-crond/releases/download/$GOREPLACE_VERSION/go-crond-64-linux \
&& chmod +x /usr/local/bin/go-crond
```
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

const (
Author = "webdevops.io"
Version = "0.3.0"
Version = "0.4.0"
LogPrefix = "go-crond: "
)

Expand Down
2 changes: 1 addition & 1 deletion release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine
RUN apk --no-cache add --virtual .gocrond-deps \
ca-certificates \
wget \
&& GOCROND_RELEASE=0.3.0 \
&& GOCROND_RELEASE=0.4.0 \
&& wget -O /usr/local/bin/go-crond https://github.com/webdevops/go-crond/releases/download/$GOCROND_RELEASE/go-crond-64-linux \
&& chmod +x /usr/local/bin/go-crond \
&& apk del .gocrond-deps
Expand Down

0 comments on commit 7ace7d7

Please sign in to comment.