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:02:07 +0000
committerEric Wong <e@80x24.org>2015-12-14 07:02:07 +0000
commit45cc4780b2d4fa38ba6f451a7fc2c9a731ca09f2 (patch)
treea367450371658b26c79cc3d25081e04ceeafca7d /GIT-VERSION-GEN
parentf13f841d0c078ff31c632221fee043915ab86621 (diff)
downloaddtas-a6afb172c251ef10cc1320ed80f9f58af9c82949.tar.gz
One bugfix on top of dtas 0.12.1

    dtas-tl edit: fix ordering of newly-added songs

Everything else in the v0.12.0 release stil applies:

  http://80x24.org/dtas-all/20151214-dtas-0.12.0-unle@shed/t/

Have fun!
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),