Skip to content

Commit

Permalink
bump version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tka committed Mar 18, 2013
1 parent a434ec7 commit c481a8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module App
extend self

include CompileVersion
VERSION = "1.9"
VERSION = "1.10"
OS = org.jruby.platform.Platform::OS
OS_VERSION = java.lang.System.getProperty("os.version")

Expand Down
4 changes: 2 additions & 2 deletions src/compile_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module CompileVersion
REVISION = 'a656efcfc5'
COMPILE_TIME = '201303141322'
REVISION = 'a434ec766b'
COMPILE_TIME = '201303180806'
UPDATE_URL = ''
end

0 comments on commit c481a8e

Please sign in to comment.