about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-12-14 07:12:44 +0000
committerEric Wong <e@80x24.org>2015-12-14 07:12:44 +0000
commit9263eecf93555beb3567af401a2bfdf25df5e8cd (patch)
tree7bb5b65bda312300157033e14f13531a26f57b15 /GIT-VERSION-GEN
parent497509a161aaae9cded2c658f1e7af3799e9dcf4 (diff)
parent45cc4780b2d4fa38ba6f451a7fc2c9a731ca09f2 (diff)
downloaddtas-9263eecf93555beb3567af401a2bfdf25df5e8cd.tar.gz
* 0.12.x-stable:
  dtas 0.12.1 - one bugfix! :x
  dtas-tl edit: fix ordering of newly-added songs
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 d999a80..5326ecd 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -4,7 +4,7 @@
 CONSTANT = "DTAS::VERSION"
 RVF = "lib/dtas/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v0.12.0"
+DEF_VER = "v0.12.1"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),