Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcelis committed Sep 26, 2022
1 parent dde3c5d commit 564045f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rack/console/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module Rack
class Console
class Version
MAJOR = 1
MINOR = 3
PATCH = 1
MINOR = 4
PATCH = 0

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

0 comments on commit 564045f

Please sign in to comment.