Skip to content

Commit 3d7ea54

Browse files
committed
Bump version to 1.0.0-alpha
1 parent 68332bf commit 3d7ea54

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: go
2-
sudo: false
2+
sudo: required
3+
4+
services:
5+
- docker
36

47
env:
58
global:
@@ -14,7 +17,6 @@ cache:
1417

1518
go:
1619
- 1.8.x
17-
- master
1820

1921
install:
2022
- if [ ! -d "${PROTOC_TARGET}" ]; then curl -fsSL "$PROTOC_RELEASE" > "${PROTOC_TARGET}.zip"; fi

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package gendoc
22

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

0 commit comments

Comments
 (0)