Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed Apr 25, 2017
1 parent d139e9c commit 9480903
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 @@ -82,7 +82,7 @@ Run crond with run-parts with custom time spec and different user:
## Installation

```bash
GOCROND_VERSION=0.1.0 \
GOCROND_VERSION=0.2.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 @@ -17,7 +17,7 @@ import (

const (
Author = "webdevops.io"
Version = "0.1.0"
Version = "0.2.0"
)

const (
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.1.0 \
&& GOCROND_RELEASE=0.2.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 9480903

Please sign in to comment.