lib/oslg/version.rb in oslg-0.2.10 vs lib/oslg/version.rb in oslg-0.3.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 OSlg
- VERSION = "0.2.10".freeze # OSlg version
+ VERSION = "0.3.0".freeze # OSlg version
end