about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-02 23:17:44 +0000
committerEric Wong <e@80x24.org>2019-01-02 23:17:44 +0000
commitf960d8e04413ebae2d0b46e5428d1b58d75a0e86 (patch)
tree901667aa354701fefbfe41074c3ffbb88ce2f879 /GIT-VERSION-GEN
parenta11b5acf4d9fc7e49c04cd03d3136d1a1325ac4c (diff)
downloaddtas-bbdfdb64af6ea6627d8d905986b8fc61d00f1737.tar.gz
Brown paper bag release to fix hanging at the end of a
track/playlist when using a single audio output with
Linux splice.
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index ad19fb2..095c769 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -5,7 +5,7 @@
 CONSTANT = "DTAS::VERSION"
 RVF = "lib/dtas/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v0.16.0"
+DEF_VER = "v0.16.1"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),