Skip to content

Commit

Permalink
Bump version to 1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudomuto committed Jul 27, 2017
1 parent 68332bf commit 3d7ea54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: go
sudo: false
sudo: required

services:
- docker

env:
global:
Expand All @@ -14,7 +17,6 @@ cache:

go:
- 1.8.x
- master

install:
- if [ ! -d "${PROTOC_TARGET}" ]; then curl -fsSL "$PROTOC_RELEASE" > "${PROTOC_TARGET}.zip"; fi
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gendoc

// VERSION is the version of protoc-gen-doc being used.
const VERSION = "1.0.0"
const VERSION = "1.0.0-alpha"

0 comments on commit 3d7ea54

Please sign in to comment.