Skip to content

Commit

Permalink
Merge pull request #126 from julianleonard123/main
Browse files Browse the repository at this point in the history
remove v from version in README
  • Loading branch information
tstirrat15 authored Feb 6, 2025
2 parents 89d74cf + b9d8cab commit f043237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Most commonly, if you are using [Maven] you can add the following to your pom.xm
<dependency>
<groupId>com.authzed.api</groupId>
<artifactId>authzed</artifactId>
<version>v1.2.0</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand Down

0 comments on commit f043237

Please sign in to comment.