We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bbcee commit b3b04d3Copy full SHA for b3b04d3
lib/protocol/grpc/version.rb
@@ -7,6 +7,6 @@
7
module Protocol
8
# @namespace
9
module GRPC
10
- VERSION = "0.0.0"
+ VERSION = "0.1.0"
11
end
12
readme.md
@@ -28,7 +28,7 @@ Please see the [project documentation](https://socketry.github.io/protocol-grpc/
28
29
Please see the [project releases](https://socketry.github.io/protocol-grpc/releases/index) for all releases.
30
31
-### Unreleased
+### v0.1.0
32
33
- Initial design.
34
releases.md
@@ -1,5 +1,5 @@
1
# Releases
2
3
-## Unreleased
+## v0.1.0
4
5
0 commit comments