Skip to content

Commit

Permalink
Merge pull request #5 from moia-oss/bump_version
Browse files Browse the repository at this point in the history
bump version and fix ci
  • Loading branch information
anika-apel authored Jan 13, 2025
2 parents 679e4dd + b1047a1 commit cf837bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Tests
run: |
make test/units test/bench
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.5.1"
const VERSION = "2.0.0"

0 comments on commit cf837bd

Please sign in to comment.