Skip to content

Commit

Permalink
Bump minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 23, 2024
1 parent e25472c commit a3359c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/io/endpoint/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

class IO
module Endpoint
VERSION = "0.10.3"
VERSION = "0.11.0"
end
end

2 comments on commit a3359c2

@dentarg
Copy link

@dentarg dentarg commented on a3359c2 Jul 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, why release a new minor version with no changes? v0.10.3...v0.11.0

Is it because of automation for all socketry gems? Or am I missing something? @ioquatix

@ioquatix
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted a minor version as a dependency.

Please sign in to comment.