Skip to content

Commit

Permalink
setting version for 1.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ethn committed Feb 10, 2012
1 parent 79f35d6 commit 4a333de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/application.rb
Expand Up @@ -45,6 +45,7 @@ def load_after_app
h[:pack_dirs] ||= "#{Rails.root}/lib/packs, #{Rails.root}/local/packs"

h[:read_only] ||= (ro=ENV['WAGN_READ_ONLY']) && ro != 'false'
# this means config overrides env var. is that what we want?
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/wagn/version.rb
@@ -1,7 +1,7 @@
module Wagn::Version
Major = '1'
Minor = '8'
Tiny = 'pre'
Tiny = '0'
Eensie = nil

class << self
Expand Down

0 comments on commit 4a333de

Please sign in to comment.