Bump VERSION to 0.1.0.

This commit is contained in:
Akinori MUSHA 2013-03-15 10:52:04 +09:00
parent 5cebc4e56d
commit c2e0dbb96f
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
Copyright (c) 2013 Akinori MUSHA
Copyright (c) 2011-2012 Akinori MUSHA, Eric Hodel
Copyright (c) 2006-2011 Aaron Patterson, Mike Dalessio

View file

@ -1,5 +1,5 @@
module HTTP
class Cookie
VERSION = "0.0.1"
VERSION = "0.1.0"
end
end