From f29f9b177fe1a859d0f5b2d699b6feb379fed372 Mon Sep 17 00:00:00 2001 From: hlb Date: Fri, 5 Sep 2014 19:04:54 +0800 Subject: [PATCH] Revert "bump v.1.28" This reverts commit b19c106521e35fc267294314f297685d3f15aa37. --- src/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rb b/src/app.rb index 087a992a..130074a2 100644 --- a/src/app.rb +++ b/src/app.rb @@ -5,7 +5,7 @@ module App extend self include CompileVersion - VERSION = "1.28" + VERSION = "1.28.beta.1" OS = org.jruby.platform.Platform::OS OS_VERSION = java.lang.System.getProperty("os.version")