Skip to content

Commit

Permalink
Bump to version 3.3.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Dec 14, 2013
1 parent 6031c96 commit 2552223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/given/version.rb
Expand Up @@ -2,8 +2,9 @@
module Given
VERSION_NUMBERS = [
VERSION_MAJOR = 3,
VERSION_MINOR = 2,
VERSION_MINOR = 3,
VERSION_BUILD = 0,
BETA = "beta1"
]
VERSION = VERSION_NUMBERS.join(".")
end

0 comments on commit 2552223

Please sign in to comment.