lib/oslg/version.rb in oslg-0.2.5 vs lib/oslg/version.rb in oslg-0.2.6

- old
+ new

@@ -1,8 +1,8 @@ # BSD 3-Clause License # -# Copyright (c) 2022, Denis Bourgeois +# Copyright (c) 2022-2023, Denis Bourgeois # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # @@ -27,7 +27,7 @@ # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. module OSlg - VERSION = "0.2.5".freeze + VERSION = "0.2.6".freeze end