Skip to content

Commit

Permalink
130 Version bump to the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
id774 committed Apr 30, 2012
1 parent 194e04f commit 91dc15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/automatic.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# Name:: Automatic::Ruby # Name:: Automatic::Ruby
# Author:: 774 <http://id774.net> # Author:: 774 <http://id774.net>
# Version:: 12.4.0 # Version:: 12.4.0-devel
# Created:: Feb 18, 2012 # Created:: Feb 18, 2012
# Updated:: Apr 30, 2012 # Updated:: Apr 30, 2012
# Copyright:: 774 Copyright (c) 2012 # Copyright:: 774 Copyright (c) 2012
Expand All @@ -14,7 +14,7 @@ module Automatic
require 'automatic/log' require 'automatic/log'
require 'automatic/feed_parser' require 'automatic/feed_parser'


VERSION = "12.4.0" VERSION = "12.4.0-devel"
USER_DIR = "/.automatic" USER_DIR = "/.automatic"


class << self class << self
Expand Down

0 comments on commit 91dc15f

Please sign in to comment.