Skip to content

Commit

Permalink
Bumping version (beta.19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques Crocker committed Sep 30, 2010
1 parent bc17798 commit ae67ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -9,6 +9,7 @@ require "rspec/core/rake_task"
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
require "mongoid/version"

task :gem => :build
task :build do
system "gem build mongoid.gemspec"
end
Expand Down
2 changes: 1 addition & 1 deletion lib/mongoid/version.rb
@@ -1,4 +1,4 @@
# encoding: utf-8
module Mongoid #:nodoc
VERSION = "2.0.0.beta.18"
VERSION = "2.0.0.beta.19"
end

0 comments on commit ae67ac7

Please sign in to comment.