Skip to content

Commit

Permalink
Reinstate freeze for ImprovedLogging::VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
David Czarnecki committed Nov 22, 2011
1 parent 6634a61 commit 7bb3c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion improved_logging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require "improved_logging/version"

Gem::Specification.new do |s|
s.name = "improved_logging"
s.version = ImprovedLogging::VERSION
s.version = ImprovedLogging::VERSION.dup
s.platform = Gem::Platform::RUBY
s.authors = ["David Czarnecki"]
s.email = ["dczarnecki@agoragames.com"]
Expand Down
2 changes: 1 addition & 1 deletion lib/improved_logging/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ImprovedLogging
VERSION = '1.0.2'
VERSION = '1.0.2'.freeze
end

0 comments on commit 7bb3c29

Please sign in to comment.