about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--dtas.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtas.gemspec b/dtas.gemspec
index 1bd5141..2c2febc 100644
--- a/dtas.gemspec
+++ b/dtas.gemspec
@@ -3,7 +3,7 @@
 Gem::Specification.new do |s|
   manifest = File.read('.gem-manifest').split(/\n/)
   s.name = %q{dtas}
-  s.version = ENV["VERSION"]
+  s.version = ENV["VERSION"].dup
   s.authors = ["dtas hackers"]
   s.summary = "duct tape audio suite for *nix"
   s.description = File.read("README").split(/\n\n/)[1].strip