Skip to content

Commit

Permalink
3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Jan 14, 2016
1 parent 3408ff6 commit 9ff92e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/given/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
module Given
VERSION_NUMBERS = [
VERSION_MAJOR = 3,
VERSION_MINOR = 7,
VERSION_BUILD = 1,
VERSION_MINOR = 8,
VERSION_BUILD = 0,
]
VERSION = VERSION_NUMBERS.join(".")
end

0 comments on commit 9ff92e8

Please sign in to comment.