lib/ligo/version.rb in ligo-0.1.0 vs lib/ligo/version.rb in ligo-0.1.1

- old
+ new

@@ -1,8 +1,8 @@ # -*- coding: utf-8; fill-column: 80 -*- # -# Copyright (c) 2012 Renaud AUBIN +# Copyright (c) 2012, 2013 Renaud AUBIN # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # @@ -15,7 +15,7 @@ # limitations under the License. # module Ligo # ligō version - VERSION = "0.1.0" + VERSION = "0.1.1" end