about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-29 00:56:10 +0000
committerEric Wong <e@80x24.org>2021-04-29 01:43:50 +0000
commita282c47a217e6028008408dd74b249fddaad2153 (patch)
treeb7d43d479eeacf9bc3d48be9516582af75b519d9
parent9c1b95f22cc1e82cdcaab2383abdd2f6be6b49fb (diff)
downloaddtas-a282c47a217e6028008408dd74b249fddaad2153.tar.gz
It's less DRY, but probably more familiar to people who can't
be bothered to use the Makefile.
-rw-r--r--dtas.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/dtas.gemspec b/dtas.gemspec
index 09eb703..d763a9f 100644
--- a/dtas.gemspec
+++ b/dtas.gemspec
@@ -1,9 +1,9 @@
-# Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2021 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 Gem::Specification.new do |s|
   manifest = File.read('.gem-manifest').split(/\n/)
   s.name = %q{dtas}
-  s.version = ENV["VERSION"].dup
+  s.version = (ENV["VERSION"] || '0.18.0').dup
   s.authors = ["dtas hackers"]
   s.summary = "duct tape audio suite for *nix"
   s.description = File.read("README").split(/\n\n/)[1].strip