From b6084aa62e881af369950a84940a7410447d64d2 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Tue, 15 Oct 2013 17:34:27 +0300 Subject: [PATCH] Up version to 5.3.4. --- lib/jsduck/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jsduck/version.rb b/lib/jsduck/version.rb index 2d0d13c59..2db259aba 100644 --- a/lib/jsduck/version.rb +++ b/lib/jsduck/version.rb @@ -1,5 +1,5 @@ # This file is updated by rake bump task. # Do not edit by hand. module JsDuck - VERSION = "5.3.3" + VERSION = "5.3.4" end