Skip to content

Commit

Permalink
Bump version to 0.3.7dev
Browse files Browse the repository at this point in the history
  • Loading branch information
danlucraft committed Jun 8, 2010
1 parent a0442e6 commit fed0676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -78,7 +78,7 @@ end

spec = Gem::Specification.new do |s|
s.name = "redcar"
s.version = "0.3.6"
s.version = "0.3.7dev"
s.summary = "A JRuby text editor."
s.author = "Daniel Lucraft"
s.email = "dan@fluentradical.com"
Expand Down
4 changes: 2 additions & 2 deletions lib/redcar.rb
Expand Up @@ -40,10 +40,10 @@
#
# and so on.
module Redcar
VERSION = '0.3.6'
VERSION = '0.3.7dev'
VERSION_MAJOR = 0
VERSION_MINOR = 3
VERSION_RELEASE = 6
VERSION_RELEASE = 7

ENVIRONMENTS = [:user, :debug, :test]

Expand Down

0 comments on commit fed0676

Please sign in to comment.