Skip to content

Commit

Permalink
392 Version bump to the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
id774 committed Jan 24, 2015
1 parent 6f62add commit 5157b4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/automatic/version.rb
@@ -1,3 +1,3 @@
module Automatic
VERSION = "14.12.2"
VERSION = "14.12.2-devel"
end
4 changes: 2 additions & 2 deletions spec/lib/automatic_spec.rb
Expand Up @@ -3,7 +3,7 @@
# Author:: kzgs
# 774 <http://id774.net>
# Created:: Mar 9, 2012
# Updated:: Jan 4, 2015
# Updated:: Jan 24, 2015
# Copyright:: Copyright (c) 2012-2015 Automatic Ruby Developers.
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.

Expand All @@ -27,7 +27,7 @@
describe "#version" do
subject { Automatic.const_get(:VERSION) }

it { expect(subject).to eq "14.12.2" }
it { expect(subject).to eq "14.12.2-devel" }
end

describe "#(root)_dir" do
Expand Down

0 comments on commit 5157b4f

Please sign in to comment.