From 8e1831cc97dd5368f70b8e7924f922299c840d47 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Thu, 14 Jun 2012 10:52:05 +0200 Subject: [PATCH] Bump VERSION to 0.2.0 --- lib/libusb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libusb.rb b/lib/libusb.rb index 9a200d9..3d47d8b 100644 --- a/lib/libusb.rb +++ b/lib/libusb.rb @@ -14,7 +14,7 @@ # along with Libusb for Ruby. If not, see . module LIBUSB - VERSION = "0.1.4" + VERSION = "0.2.0" require 'libusb/call' require 'libusb/constants'