Skip to content

Commit 823356d

Browse files
committed
release 0.4.3
1 parent 0cdd596 commit 823356d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/java_bin/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim:fileencoding=utf-8
22
module JavaBin
33
# JavaBin version
4-
VERSION = '0.4.2'
4+
VERSION = '0.4.3'
55
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
66
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
77
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:

0 commit comments

Comments
 (0)