Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Aug 13, 2018
1 parent 98ce553 commit e0266db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/split/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Split
MAJOR = 3
MINOR = 2
MINOR = 3
PATCH = 0
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit e0266db

Please sign in to comment.