lib/osut/version.rb in osut-0.4.0 vs lib/osut/version.rb in osut-0.5.0

- old
+ new

@@ -1,8 +1,8 @@ # BSD 3-Clause License # -# Copyright (c) 2022-2023, Denis Bourgeois +# Copyright (c) 2022-2024, 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 OSut - VERSION = "0.4.0".freeze # OSut version + VERSION = "0.5.0".freeze # OSut version end