diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-10-17 18:01:23 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-10-17 18:01:23 +0200 |
commit | 576727b619cfa6a0e7e2860450aef67a9563f803 (patch) | |
tree | bc883ae1e6183868263c0f5d26258f143f915734 /launch_here.rb | |
parent | cb21e6286ea1641ca00cf78e174317542275734c (diff) |
Start working on 0.9.15
Diffstat (limited to 'launch_here.rb')
-rwxr-xr-x | launch_here.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launch_here.rb b/launch_here.rb index f3e74c80..6f9de4bf 100755 --- a/launch_here.rb +++ b/launch_here.rb @@ -8,7 +8,7 @@ puts "Running from #{SCM_DIR}" $:.unshift File.join(SCM_DIR, 'lib') -$version = '0.9.14' +$version = '0.9.15-git' pwd = Dir.pwd begin |