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 6b6255c commit 31709f9Copy full SHA for 31709f9
lib/subroutine/version.rb
@@ -4,7 +4,7 @@ module Subroutine
4
5
MAJOR = 3
6
MINOR = 0
7
- PATCH = 3
+ PATCH = 4
8
PRE = nil
9
10
VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join(".")
0 commit comments