Skip to content

Commit

Permalink
Bump to 2.8.0 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Jun 9, 2023
1 parent 1c040aa commit 9eb9b7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.8.0
# 2.8.0 - 2023-06-09

* BREAKING: removed support for ruby < 2.7 and upgraded sexpr
to 1.1.x
Expand Down
4 changes: 2 additions & 2 deletions lib/predicate/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Predicate
module Version
MAJOR = 2
MINOR = 7
TINY = 1
MINOR = 8
TINY = 0
end
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
end

0 comments on commit 9eb9b7b

Please sign in to comment.