Skip to content

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclesu committed May 27, 2017
1 parent 60b9437 commit 194ae69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- 1.7.5
- 1.8.1
- 1.7.6
- 1.8.3
install:
- go get github.com/coreos/etcd/clientv3
- go get github.com/coreos/etcd/mvcc/mvccpb
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# cronsun [![Build Status](https://travis-ci.org/shunfei/cronsun.svg?branch=master)](https://travis-ci.org/shunfei/cronsun)

*Note: The UI is in Chinese, English may be in the future.*

`cronsun` is a distributed cron-style job system. It's similar with `crontab` on stand-alone `*nix`.

[简体中文](README_ZH.md)
Expand All @@ -16,6 +14,7 @@ The goal of this project is to make it much easier to manage jobs on lots of mac
- Easy manage jobs on multiple machines
- Managemant panel
- Mail service
- Multi-language support

## Architecture

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

const Binary = "v0.1.0"
const Binary = "v0.1.1"

var (
Version = fmt.Sprintf("%s (build %s)", Binary, runtime.Version())
Expand Down

0 comments on commit 194ae69

Please sign in to comment.