Skip to content

Commit cf837bd

Browse files
authored
Merge pull request #5 from moia-oss/bump_version
bump version and fix ci
2 parents 679e4dd + b1047a1 commit cf837bd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- uses: actions/setup-go@v5
1818
with:
1919
go-version: ${{ matrix.go }}
20-
20+
- name: Install Protoc
21+
uses: arduino/setup-protoc@v3
22+
2123
- name: Tests
2224
run: |
2325
make test/units test/bench

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.5.1"
4+
const VERSION = "2.0.0"

0 commit comments

Comments
 (0)