release: v0.1.1

pull/19/head v0.1.1
miraclesu 2017-05-27 10:33:17 +08:00
parent 60b9437653
commit 194ae69c09
3 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
language: go language: go
go: go:
- 1.7.5 - 1.7.6
- 1.8.1 - 1.8.3
install: install:
- go get github.com/coreos/etcd/clientv3 - go get github.com/coreos/etcd/clientv3
- go get github.com/coreos/etcd/mvcc/mvccpb - go get github.com/coreos/etcd/mvcc/mvccpb

View File

@ -1,7 +1,5 @@
# cronsun [![Build Status](https://travis-ci.org/shunfei/cronsun.svg?branch=master)](https://travis-ci.org/shunfei/cronsun) # 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`. `cronsun` is a distributed cron-style job system. It's similar with `crontab` on stand-alone `*nix`.
[简体中文](README_ZH.md) [简体中文](README_ZH.md)
@ -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 - Easy manage jobs on multiple machines
- Managemant panel - Managemant panel
- Mail service - Mail service
- Multi-language support
## Architecture ## Architecture

View File

@ -5,7 +5,7 @@ import (
"runtime" "runtime"
) )
const Binary = "v0.1.0" const Binary = "v0.1.1"
var ( var (
Version = fmt.Sprintf("%s (build %s)", Binary, runtime.Version()) Version = fmt.Sprintf("%s (build %s)", Binary, runtime.Version())