Skip to content

Commit

Permalink
Bump version to 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dorner committed May 15, 2024
1 parent 57dfd68 commit 71faca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## UNRELEASED

# 0.1.12 - 2024-05-15
- Parse numbers into Ruby number objects.

# 0.1.10 - 2024-04-06
Expand Down
2 changes: 1 addition & 1 deletion lib/grpc_rest/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GrpcRest
VERSION = '0.1.11'
VERSION = '0.1.12'
end

0 comments on commit 71faca3

Please sign in to comment.