Skip to content

Commit

Permalink
Release v2.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
wstrm committed Jun 24, 2016
1 parent 61ce6fe commit e60e417
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SOURCES := $(shell find $(SOURCEDIR) -name '*.go')

BINARY=elvisp

VERSION=2.0.0-alpha
VERSION=`<./VERSION`
BUILD_TIME=`date +%FT%T%z`


Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.0.0-beta
11 changes: 6 additions & 5 deletions doc/protocol-v1.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Protocol / API

### Error codes
* `1` Invalid task specified
* `2` Invalid length of arguments

### Standard error
```
error <error code> <error message>
error <error message>
```

### Standard success
```
success <success message>
```

## Tasks
Expand Down

0 comments on commit e60e417

Please sign in to comment.