Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
wgliang committed Dec 4, 2016
1 parent 4b00e29 commit 896d657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ In your golang application code, the user calls the statistics function provided

## Version

version support agent:
Current version support:

v0.0.1 - [Open-Falcon](https://github.com/XiaoMi/open-falcon) (Open source monitoring system of Xiaomi)
- v0.0.2

v0.0.2 - [Open-Falcon](https://github.com/XiaoMi/open-falcon);[InfluxDB](https://github.com/influxdata/influxdb)
* [Open-Falcon](https://github.com/XiaoMi/open-falcon) (Open source monitoring system of Xiaomi)
* [InfluxDB](https://github.com/influxdata/influxdb) (Scalable datastore for metrics, events, and real-time analytics)

### todo....

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package goappmonitor

const (
// VERSION goappmonitor
VERSION = "0.0.1"
VERSION = "0.0.2"
)

0 comments on commit 896d657

Please sign in to comment.