Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcelis committed May 30, 2024
1 parent eca83fe commit 7b5c98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/console/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Console
class Version
MAJOR = 1
MINOR = 3
PATCH = 1
PATCH = 2

def self.to_s
[MAJOR, MINOR, PATCH].join('.')
Expand Down

0 comments on commit 7b5c98d

Please sign in to comment.